From 61b911921e45679d32d9217d45057bbd140bad0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Thu, 31 Oct 2019 16:44:00 +0100 Subject: [PATCH] Remove doubleclick from complete blocking As it turned out, doubleclick is needed for a lot of things, including playing videos. If you want to block advertisements or domains, you can use advertising blockers like UBlock or Pihole. ClearURL's task is to remove tracking fields and not to block pages. --- data/data.min.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/data.min.json b/data/data.min.json index bc62524..4040394 100644 --- a/data/data.min.json +++ b/data/data.min.json @@ -132,14 +132,13 @@ }, "doubleclick": { "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-\\.]*)?(doubleclick)(\\.[a-zA-Z]{2,}).*", - "completeProvider": true, + "completeProvider": false, "rules": [], "referralMarketing": [], "rawRules": [], "exceptions": [], "redirections": [ - ".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)", - ".*doubleclick\\..*\\/pagead\\/viewthroughconversion\\/.*url=([^&]+)" + ".*doubleclick\\..*\\/.*tag_for_child_directed_treatment=;%3F(.*)" ], "forceRedirection": false },