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;)?)?",
|
||||
"dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||
],
|
||||
"exceptions": [],
|
||||
"exceptions": [
|
||||
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*"
|
||||
],
|
||||
"redirections": [
|
||||
"url=([^\\/|\\?|&]*)"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user