Add exception for google hangouts, field zx
This commit is contained in:
Kevin Röbert 2017-12-15 21:28:24 +01:00
parent c03304b6ba
commit 6fe3af326d

View File

@ -61,7 +61,9 @@
".*(google\\.)\\w{2,}(\\/upload)?(\\/drive)\\/.*",
".*(docs\\.google\\.)\\w{2,}\\/.*",
".*(accounts\\.google\\.)\\w{2,}.*",
".*(google\\.)\\w{2,}\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
".*(google\\.)\\w{2,}\\/searchbyimage\\?image_url=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(hangouts\\.google\\.)\\w{2,}\\/webchat.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
".*(client-channel\\.google\\.)\\w{2,}\\/client-channel.*zx=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"redirections": [
"url\\?.*url=([^\\/|\\?|&]*)"