Add exceptions for google docs and drive
@sciguyryan thx for reporting the issue Fix for #4
This commit is contained in:
parent
5b1172b7b6
commit
aabcaf16c5
|
@ -54,7 +54,9 @@
|
||||||
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"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": [
|
"redirections": [
|
||||||
"url=([^\\/|\\?|&]*)"
|
"url=([^\\/|\\?|&]*)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user