From b6886bba80215a3ff089ab10d9a9241e5d79344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Wed, 20 Sep 2017 15:28:02 +0200 Subject: [PATCH] Gmail Attachments #3 We've fix this bug, with an exception for the XHR urls on google mail. @sciguyryan thank for reporting. --- data/data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 97fcd0a..0205548 100644 --- a/data/data.json +++ b/data/data.json @@ -54,7 +54,9 @@ "[a-zA-Z\\_]+id=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], - "exceptions": [], + "exceptions": [ + ".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*" + ], "redirections": [ "url=([^\\/|\\?|&]*)" ]