Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Add optOut in rule for fandom.com (#494)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Zühlcke <[email protected]>
  • Loading branch information
MikeFH and Trikolon authored May 24, 2024
1 parent ce19b30 commit 7186259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5786,7 +5786,8 @@
{
"click": {
"presence": "div[data-tracking-opt-in-overlay=\"true\"]",
"optIn": "div[data-tracking-opt-in-accept=\"true\"]"
"optIn": "div[data-tracking-opt-in-accept=\"true\"]",
"optOut": "div[data-tracking-opt-in-reject=\"true\"]"
},
"id": "D168AF87-F481-4AD7-BE78-28A59F798406",
"domains": ["fandom.com"]
Expand Down

0 comments on commit 7186259

Please sign in to comment.