Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekmadan30 authored Nov 30, 2023
2 parents 009bd1e + f853212 commit cfc09c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5425,6 +5425,23 @@
},
"cookies": {}
},
{
"id": "31d9971f-e23d-4dd9-a891-99a85d97ad19",
"domains": ["lieferando.de", "just-eat.ch"],
"click": {
"optOut": "button[data-qa=\"privacy-settings-action-close\"]",
"optIn": "button[data-qa=\"privacy-settings-action-info\"]",
"presence": "[data-qa=\"privacy-settings\"]"
}
},
{
"id": "aa077f01-0574-4f1b-ad1b-3225c4dc59f7",
"domains": ["mindfactory.de"],
"click": {},
"cookies": {
"optOut": [{ "name": "cookies_accepted", "value": "false" }]
}
},
{
"click": {
"optIn": "button.cl-consent__btn",
Expand Down

0 comments on commit cfc09c6

Please sign in to comment.