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": {