From aabcaf16c5cb3d8c46710fc69bc837ad232eabde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 22 Sep 2017 14:49:42 +0200 Subject: [PATCH] Add exceptions for google docs and drive @sciguyryan thx for reporting the issue Fix for #4 --- data/data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 9555c35..7374f6e 100644 --- a/data/data.json +++ b/data/data.json @@ -54,7 +54,9 @@ "dcr=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], "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": [ "url=([^\\/|\\?|&]*)"