Skip to content

Commit

Permalink
Enriched the rule for asus.com with cookie injection support
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 committed Dec 5, 2023
1 parent 99f728f commit 580ff9a
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3886,14 +3886,35 @@
"domains": ["tapad.com"]
},
{
"click": {
"optIn": "div.btn-ok",
"optOut": "div.btn-setting",
"presence": "div#cookie-policy-info"
},
"cookies": {},
"id": "8c949b75-4c7b-4559-8ade-780064af370a",
"domains": ["asus.com"]
"domains": ["asus.com"],
"cookies": {
"optIn": [
{
"name": "isReadCookiePolicyDNT",
"value": "Yes"
},
{
"name": "isReadCookiePolicyDNTAa",
"value": "true"
}
],
"optOut": [
{
"name": "isReadCookiePolicyDNT",
"value": "No"
},
{
"name": "isReadCookiePolicyDNTAa",
"value": "false"
}
]
},
"click": {
"presence": "#cookie-policy-info",
"optOut": ".btn-setting",
"optIn": ".btn-ok"
}
},
{
"click": { "optIn": "button#unic-agree", "presence": "div.unic-bar" },
Expand Down

0 comments on commit 580ff9a

Please sign in to comment.