From e3191eecb11ab059e48d6d070d64b285955c231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Tue, 21 May 2019 19:24:40 +0000 Subject: [PATCH] Add redirection from #182 and maybe fix the reddit redirection --- data/data.min.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/data.min.json b/data/data.min.json index a995e87..3555edd 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -103,6 +103,15 @@ ".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)" ] }, + "googleadservices": { + "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(googleadservices)(\\.[a-zA-Z]{2,}).*", + "completeProvider": true, + "rules": [], + "exceptions": [], + "redirections": [ + ".*googleadservices\\..*\\/.*adurl=([^&]*)" + ] + }, "globalRules": { "urlPattern": ".*", "completeProvider": false, @@ -231,7 +240,7 @@ "rules": [], "exceptions": [], "redirections": [ - "out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)" + ".*out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)" ] } ,