Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
issue #241 - fixed Shopify rule (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cadeyrn authored Nov 30, 2023
1 parent f2d9e10 commit 40f8db1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4252,8 +4252,9 @@
},
{
"click": {
"optIn": "button.text-jalapeño-70",
"presence": "section.bottom-0"
"optIn": "button[data-component-name=\"consent\"]",
"optOut": "button[data-component-name=\"reject\"]",
"presence": ".cookie-notice-banner"
},
"cookies": {},
"id": "531324c9-83ba-4ba3-a488-3ebde87b10af",
Expand Down

0 comments on commit 40f8db1

Please sign in to comment.