From a8334e60fa98ef3df9019521a82adee877e3fa38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 4 Dec 2018 10:37:36 +0100 Subject: [PATCH] #123 Google Drive exception --- data/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 21a881d..ac62da5 100644 --- a/data/data.json +++ b/data/data.json @@ -82,7 +82,8 @@ ".*(google\\.).*\\/complete\\/search\\?.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(google\\.).*\\/s\\?tbm=map.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(news\\.google\\.).*\\?hl=.*", - ".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + ".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + ".*(google\\.).*\\/appsactivity\\/.*" ], "redirections": [ ".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)"