From 7db112687e902d2ff0f0f7d3a81b181b048a8bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 23 Sep 2019 14:03:24 +0200 Subject: [PATCH] Added exception for googleusercontent proxys #254 --- data/data.min.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/data.min.json b/data/data.min.json index 8c24a58..b325bcf 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -96,7 +96,8 @@ ".*(google\\.).*\\/s\\?tbm=map.*gs_[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?", ".*(news\\.google\\.).*\\?hl=.*", ".*(google\\.).*\\/setprefs\\?.*hl=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - ".*(google\\.).*\\/appsactivity\\/.*" + ".*(google\\.).*\\/appsactivity\\/.*", + ".*googleusercontent\\..*\\/proxy\\/.*#.*url=([^&]*).*" ], "redirections": [ ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)",