Skip to content

Commit

Permalink
Add rule for thenextweb.com (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
metametapod authored May 28, 2024
1 parent 7186259 commit 17765c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -7203,6 +7203,22 @@
"presence": "main[data-consent-main]",
"optIn": "custom-button#consentAccept"
}
},
{
"id": "02c3c5e1-03a6-426a-b00b-fa34f62322fd",
"domains": ["thenextweb.com"],
"cookies": {
"optOut": [
{
"name": "__tnw_cookieConsent",
"value": "{%22ad_storage%22:%22denied%22%2C%22analytics_storage%22:%22denied%22}"
}
]
},
"click": {
"optIn": ".cookie-consent-banner__btn-primary",
"presence": "#cookie-consent-banner"
}
}
]
}

0 comments on commit 17765c4

Please sign in to comment.