From 2928c526433172a3ef8ddee27ed4c6974c04b7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Thu, 17 May 2018 17:46:54 +0200 Subject: [PATCH] Redirection for doubleclick In some newsletters the links goes over the doubleclick service. Now we grab the target link and block the tracking stuff furthermore. --- data/data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/data.json b/data/data.json index 2f3580e..cf81626 100644 --- a/data/data.json +++ b/data/data.json @@ -88,7 +88,9 @@ "completeProvider": true, "rules": [], "exceptions": [], - "redirections": [] + "redirections": [ + ".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)" + ] }, "globalRules": { "urlPattern": ".*",