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.
This commit is contained in:
Kevin Röbert 2019-10-31 16:44:00 +01:00
parent 13c1bd774c
commit 61b911921e

View File

@ -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
},