Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-sama authored Nov 23, 2023
2 parents e886d90 + b18649a commit dea243f
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,13 +406,13 @@
},
{
"click": {
"optIn": "div.uiLayer div > button[type=submit]",
"optOut": "div.uiLayer div > button + button[type=submit]",
"presence": "div#cookie-banner"
"optIn": "div._2j0fmugLb1FgYz6KPuB91w > button",
"optOut": "div._2j0fmugLb1FgYz6KPuB91w > button + button",
"presence": "div#cookie-banner, #wcpConsentBannerCtrl"
},
"cookies": {},
"id": "f899d35e-20af-4cfb-9856-143a80b86ba9",
"domains": ["azure.microsoft.com"]
"domains": ["microsoft.com", "office.com"]
},
{
"id": "71443ce9-15b8-4e07-b51b-1f2158521ea9",
Expand Down Expand Up @@ -5370,11 +5370,20 @@
},
"cookies": {}
},
{
"id": "91484461-01AD-4D78-9ED8-D17C688F47E7",
"domains": ["zdf.de"],
"click": {
"optOut": "#zdf-cmp-deny-btn",
"presence": ".zdf-cmp-modal-content"
},
"cookies": {}
},
{
"id": "0EAF9E99-36C6-4165-87BE-A62EF1751E1D",
"domains": ["sparda-hessen.de"],
"click": {
"optOut": "#tmart-cookie-layer-only-necessary.btn-primary.btn",
"optOut": "#tmart-cookie-layer-only-necessary",
"presence": ".cookieLayer"
},
"cookies": {}
Expand Down

0 comments on commit dea243f

Please sign in to comment.