Ignore local and private IP ranges
This commit is contained in:
parent
a424eede41
commit
3f0f6f169d
@ -41,6 +41,9 @@
|
||||
"/%22\\+[^/]+\\+%22",
|
||||
"/%27%20\\+[^/]+\\+%20%27",
|
||||
"/%22%20\\+[^/]+\\+%20%22",
|
||||
"^https?://(127|10)\\.\\d+\\.\\d+\\.\\d+/",
|
||||
"^https?://172\\.(1[6-9]|2\\d|3[01])\\.\\d+\\.\\d+/",
|
||||
"^https?://192\\.168\\.\\d+\\.\\d+/",
|
||||
"^https?://www\\.google\\.com/recaptcha/api",
|
||||
"^https?://((s-)?static\\.ak\\.fbcdn\\.net|(connect\\.|www\\.)?facebook\\.com)/connect\\.php/js/.*rsrc\\.php",
|
||||
"^https?://www\\.flickr\\.com/change_language\\.gne",
|
||||
|
Loading…
x
Reference in New Issue
Block a user