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

Commit

Permalink
Added support for workplace.com from Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 committed Mar 10, 2024
1 parent 1789778 commit d67329b
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,14 +526,19 @@
"domains": ["youtube.com"]
},
{
"click": {
"optIn": "button[data-cookiebanner=\"accept_button\"]",
"optOut": "button[data-cookiebanner=\"accept_only_essential_button\"]",
"presence": "div[data-testid=\"cookie-policy-manage-dialog\"]"
},
"cookies": {},
"id": "d1d8ba36-ced7-4453-8b17-2e051e0ab1eb",
"domains": ["facebook.com", "messenger.com", "oculus.com"]
"domains": [
"facebook.com",
"messenger.com",
"meta.com",
"oculus.com",
"workplace.com"
],
"click": {
"presence": "[data-testid=\"cookie-policy-manage-dialog\"]",
"optOut": "[data-cookiebanner=\"accept_only_essential_button\"]",
"optIn": "[data-cookiebanner=\"accept_button\"]"
}
},
{
"cookies": {
Expand Down

0 comments on commit d67329b

Please sign in to comment.