From f02d36c6a77401714db9349c33638b4cc888d8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Thu, 21 Mar 2019 17:50:16 +0100 Subject: [PATCH] #119 I hope the redirection works --- data/data.json | 3 ++- data/data.min.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/data.json b/data/data.json index 656e8dc..9b190b0 100644 --- a/data/data.json +++ b/data/data.json @@ -87,7 +87,8 @@ ".*(google\\.).*\\/recaptcha\\/.*" ], "redirections": [ - ".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)" + ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)", + ".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)" ] }, "googlesyndication": { diff --git a/data/data.min.json b/data/data.min.json index 32b21b6..fb9a606 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -84,7 +84,8 @@ ".*(google\\.).*\\/appsactivity\\/.*" ], "redirections": [ - ".*google\\..*\\/.*url\\?.*url=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)" + ".*google\\..*\\/.*url\\?.*url=((https|http)[^&]*)", + ".*google\\..*\\/.*url\\?.*q=((https|http)[^&]*)" ] }, "googlesyndication": {