Added exception

#351
This commit is contained in:
Kevin Röbert 2020-01-11 19:43:47 +01:00
parent 55cb9e8b39
commit f06609d3e1

View File

@ -115,7 +115,8 @@
".*(news\\.google\\.).*\\?hl=.*", ".*(news\\.google\\.).*\\?hl=.*",
".*(google\\.).*\\/setprefs\\?.*hl=[^\\/\\?&]*(\\/|&(amp;)?)?", ".*(google\\.).*\\/setprefs\\?.*hl=[^\\/\\?&]*(\\/|&(amp;)?)?",
".*(google\\.).*\\/appsactivity\\/.*", ".*(google\\.).*\\/appsactivity\\/.*",
".*(google\\.).*\\/aclk\\?.*" ".*(google\\.).*\\/aclk\\?.*",
".*(drive\\.google\\.).*\\/videoplayback.*"
], ],
"redirections": [ "redirections": [
".*google\\..*\\/.*url\\?.*url=((https|http)[^&]+)", ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]+)",