Add exceptions for google docs and drive

@sciguyryan thx for reporting the issue

Fix for #4
This commit is contained in:
Kevin Röbert 2017-09-22 14:49:42 +02:00
parent 5b1172b7b6
commit aabcaf16c5

View File

@ -54,7 +54,9 @@
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*"
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*",
".*(google\\.)\\w{2,}(\\/upload)?(\\/drive)\\/.*",
".*(docs\\.google\\.)w{2,}\\/.*"
],
"redirections": [
"url=([^\\/|\\?|&]*)"