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 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 authored Mar 11, 2024
1 parent fbe0fa9 commit f6283ab
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,18 @@
"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",
"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 f6283ab

Please sign in to comment.