rule improvement

#276
This commit is contained in:
Kevin Röbert 2019-10-08 14:30:38 +02:00
parent 600a4767d9
commit a1b8f8eaaf

View File

@ -100,9 +100,9 @@
".*(google\\.).*\\/appsactivity\\/.*"
],
"redirections": [
".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)",
".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)",
".*google\\..*\\/.*adurl=([^&]*)"
".*google\\..*\\/.*url\\?.*url=((https|http)[^&]+)",
".*google\\..*\\/.*url\\?.*q=((https|http)[^&]+)",
".*google\\..*\\/.*adurl=([^&]+)"
],
"forceRedirection": true
},