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

Commit

Permalink
fixed cookie rule for forbes.com (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeyrn authored Jan 3, 2024
1 parent b83330d commit b680e80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,9 @@
},
{
"click": {
"optIn": "button#truste-consent-button",
"presence": "div#truste-consent-track"
"optIn": ".root__OblK1:not(.secondaryButton__N1rJw)",
"optOut": ".root__OblK1.secondaryButton__N1rJw",
"presence": ".root__XMKIj"
},
"cookies": {},
"id": "30293090-f064-473a-ae0f-cd390507c1c7",
Expand Down

0 comments on commit b680e80

Please sign in to comment.