I hope the redirection works
This commit is contained in:
Kevin Röbert 2019-03-21 17:50:16 +01:00
parent f46daa7205
commit f02d36c6a7
2 changed files with 4 additions and 2 deletions

View File

@ -87,7 +87,8 @@
".*(google\\.).*\\/recaptcha\\/.*" ".*(google\\.).*\\/recaptcha\\/.*"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)" ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)",
".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)"
] ]
}, },
"googlesyndication": { "googlesyndication": {

View File

@ -84,7 +84,8 @@
".*(google\\.).*\\/appsactivity\\/.*" ".*(google\\.).*\\/appsactivity\\/.*"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)" ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)",
".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)"
] ]
}, },
"googlesyndication": { "googlesyndication": {