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:
Kevin Röbert 2017-09-20 15:28:02 +02:00
parent c32e0ecec7
commit b6886bba80

View File

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