Skip to content

Commit

Permalink
Make interactive elements work on lecreuset.co.uk and sueddeutsche.de (
Browse files Browse the repository at this point in the history
…#2661)

* Make non-interactive elements work on lecreuset.co.uk

* Remove macOS-only exception for sueddeutsche.de

* Added exception for sueddeutsche.de
  • Loading branch information
tagawa authored Jan 17, 2025
1 parent a5bd49d commit fe9f0c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 11 additions & 1 deletion features/autoconsent.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,14 @@
{
"domain": "wunderground.com",
"reason": "rejecting cookies breaks videos https://app.asana.com/0/1199178362774117/1207968034848950/f"
},
{
"domain": "lecreuset.co.uk",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2661"
},
{
"domain": "sueddeutsche.de",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2661"
}
],
"settings": {
Expand Down Expand Up @@ -764,7 +772,9 @@
"google.se",
"google.sk",
"sachsen-netze.de",
"alpharunning.co.uk"
"alpharunning.co.uk",
"lecreuset.co.uk",
"sueddeutsche.de"
]
}
}
8 changes: 1 addition & 7 deletions overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,7 @@
"filterlist": {
"state": "enabled"
}
},
"exceptions": [
{
"domain": "sueddeutsche.de",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2500"
}
]
}
},
"navigatorInterface": {
"state": "enabled"
Expand Down

0 comments on commit fe9f0c8

Please sign in to comment.