Added exception for googleusercontent proxys

#254
This commit is contained in:
Kevin Röbert 2019-09-23 14:03:24 +02:00
parent 5341f27a16
commit 7db112687e

View File

@ -96,7 +96,8 @@
".*(google\\.).*\\/s\\?tbm=map.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(news\\.google\\.).*\\?hl=.*",
".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(google\\.).*\\/appsactivity\\/.*"
".*(google\\.).*\\/appsactivity\\/.*",
".*googleusercontent\\..*\\/proxy\\/.*#.*url=([^&]*).*"
],
"redirections": [
".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)",