From 092182c83ae669324e36e185b20fbfb387d68e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 22 Sep 2017 15:01:50 +0200 Subject: [PATCH] Fix google docs Top-Level Domain regex --- data/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 7374f6e..deb1caf 100644 --- a/data/data.json +++ b/data/data.json @@ -56,7 +56,7 @@ "exceptions": [ ".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*", ".*(google\\.)\\w{2,}(\\/upload)?(\\/drive)\\/.*", - ".*(docs\\.google\\.)w{2,}\\/.*" + ".*(docs\\.google\\.)\\w{2,}\\/.*" ], "redirections": [ "url=([^\\/|\\?|&]*)"