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

Commit

Permalink
Re-added support for endorfy.com (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-21 authored Mar 11, 2024
1 parent ff194fd commit 9b11fcb
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5860,7 +5860,7 @@
},
{
"id": "04e919eb-13c2-4b37-bf7f-888767888640",
"domains": ["endorfy.com", "krux.tech", "silentiumpc.com", "spcgear.com"],
"domains": ["krux.tech", "silentiumpc.com", "spcgear.com"],
"cookies": {
"optOut": [
{
Expand All @@ -5874,6 +5874,29 @@
"optIn": "#wt-cli-accept-all-btn"
}
},
{
"id": "1be1e4d7-bcad-4fc8-a348-ae64af8bcac7",
"domains": ["endorfy.com"],
"cookies": {
"optIn": [
{
"name": "moove_gdpr_popup",
"value": "%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%221%22%2C%22advanced%22%3A%221%22%7D"
}
],
"optOut": [
{
"name": "moove_gdpr_popup",
"value": "%7B%22strict%22%3A%221%22%2C%22thirdparty%22%3A%220%22%2C%22advanced%22%3A%220%22%7D"
}
]
},
"click": {
"presence": "#moove_gdpr_cookie_info_bar",
"optOut": ".moove-gdpr-infobar-reject-btn",
"optIn": ".moove-gdpr-infobar-allow-all"
}
},
{
"id": "f7aa3175-3c2a-4458-b822-da0bd57c2524",
"domains": [
Expand Down

0 comments on commit 9b11fcb

Please sign in to comment.