Skip to content

Commit

Permalink
Added support for the new cookie banner on asus.com (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 authored Apr 11, 2024
1 parent 6c24cf2 commit 4cab101
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 @@ -4089,6 +4089,18 @@
{
"id": "8c949b75-4c7b-4559-8ade-780064af370a",
"domains": ["asus.com"],
"cookies": {
"optOut": [
{
"name": "isReadCookiePolicyDNT",
"value": "No"
},
{
"name": "isReadCookiePolicyDNTAa",
"value": "false"
}
]
},
"click": {
"presence": "#cookie-policy-info",
"optOut": ".btn-reject",
Expand Down

0 comments on commit 4cab101

Please sign in to comment.