Skip to content

Commit

Permalink
Avoid triggering ad blocker wall on servustv.com
Browse files Browse the repository at this point in the history
It seems that CPM triggers the ad blocker wall for iOS users, and for Android
users triggers a redirection loop that entirely breaks the website. Also, on all
platforms it seems that blocking the https://dmp.theadex.com/d/1865/7400/s/adex.js
request also triggers the ad blocker wall as well.
  • Loading branch information
kzar committed Feb 21, 2025
1 parent 23c8de0 commit 48f013e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/autoconsent.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@
{
"domain": "katieloxton.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2765"
},
{
"domain": "servustv.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2772"
}
],
"settings": {
Expand Down
9 changes: 9 additions & 0 deletions features/tracker-allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2772,6 +2772,15 @@
}
]
},
"theadex.com": {
"rules": [
{
"rule": "dmp.theadex.com/",
"domains": ["servustv.com"],
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2772"
}
]
},
"tfaforms.net": {
"rules": [
{
Expand Down

0 comments on commit 48f013e

Please sign in to comment.