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\\/.*" ".*(google\\.).*\\/appsactivity\\/.*"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)", ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]+)",
".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)", ".*google\\..*\\/.*url\\?.*q=((https|http)[^&]+)",
".*google\\..*\\/.*adurl=([^&]*)" ".*google\\..*\\/.*adurl=([^&]+)"
], ],
"forceRedirection": true "forceRedirection": true
}, },