Gmail Attachments #3
We've fix this bug, with an exception for the XHR urls on google mail. @sciguyryan thank for reporting.
This commit is contained in:
parent
c32e0ecec7
commit
b6886bba80
|
@ -54,7 +54,9 @@
|
||||||
"[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
"[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
|
||||||
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
],
|
],
|
||||||
"exceptions": [],
|
"exceptions": [
|
||||||
|
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*"
|
||||||
|
],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
"url=([^\\/|\\?|&]*)"
|
"url=([^\\/|\\?|&]*)"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user