Skip to content

Commit

Permalink
Update rule for nytimes.com (#526)
Browse files Browse the repository at this point in the history
* Setting the cookie does not work.
* The HTML elements seem to have changed.

Co-authored-by: Paul Zühlcke <[email protected]>
  • Loading branch information
debfx and Trikolon authored Sep 4, 2024
1 parent fe6c2be commit 8343e4c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,11 +691,10 @@
},
{
"click": {
"optIn": "div.gdpr div > button:not([aria-label]",
"optOut": "div.gdpr div > button + button:not([aria-label])",
"presence": "div.gdpr"
"optIn": "button.fides-accept-all-button",
"optOut": "button.fides-reject-all-button",
"presence": "div#fides-banner"
},
"cookies": { "optOut": [{ "name": "purr-pref-agent", "value": "<Go" }] },
"id": "488f07f9-0a01-4118-aab3-2b817e9fe6dc",
"domains": ["nytimes.com"]
},
Expand Down

0 comments on commit 8343e4c

Please sign in to comment.