Skip to content

Commit

Permalink
Add rule for duh.de (#528)
Browse files Browse the repository at this point in the history
closes #524

Co-authored-by: Paul Zühlcke <[email protected]>
  • Loading branch information
debfx and Trikolon authored Sep 4, 2024
1 parent 5664ba7 commit d0d5906
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7234,6 +7234,18 @@
"presence": "div.cookiebanner",
"optOut": "button.rejectAll"
}
},
{
"id": "3b73c6b4-b746-462b-8f5e-054ffcd5f2b3",
"domains": ["duh.de"],
"cookies": {
"optOut": [
{
"name": "cookie_dismiss",
"value": "true"
}
]
}
}
]
}

0 comments on commit d0d5906

Please sign in to comment.