Skip to content

Commit

Permalink
Fix #17
Browse files Browse the repository at this point in the history
Add exception for google hangouts, field zx
  • Loading branch information
KevinRoebert committed Dec 15, 2017
1 parent c03304b commit 6fe3af3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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=([^\\/|\\?|&]*)"
Expand Down

0 comments on commit 6fe3af3

Please sign in to comment.