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

Commit

Permalink
Merge branch 'main' into notice-maintenance-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikolon authored Jan 7, 2025
2 parents c8c1fc3 + 70bcd3a commit 7e79e1e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 110 deletions.
100 changes: 0 additions & 100 deletions .circleci/config.yml

This file was deleted.

35 changes: 31 additions & 4 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,11 +691,10 @@
},
{
"click": {
"optIn": "div.gdpr div > button:not([aria-label]",
"optOut": "div.gdpr div > button + button:not([aria-label])",
"presence": "div.gdpr"
"optIn": "button.fides-accept-all-button",
"optOut": "button.fides-reject-all-button",
"presence": "div#fides-banner"
},
"cookies": { "optOut": [{ "name": "purr-pref-agent", "value": "<Go" }] },
"id": "488f07f9-0a01-4118-aab3-2b817e9fe6dc",
"domains": ["nytimes.com"]
},
Expand Down Expand Up @@ -7219,6 +7218,34 @@
"optIn": ".cookie-consent-banner__btn-primary",
"presence": "#cookie-consent-banner"
}
},
{
"id": "727d6577-ae04-4dc0-8ae3-c0af3f3787d5",
"domains": ["gls.de"],
"click": {
"presence": "div.cookie-notice",
"optOut": "button.cn-decline"
}
},
{
"id": "b337aaa7-683f-4c8c-8a22-75ab6ae301ff",
"domains": ["destatis.de"],
"click": {
"presence": "div.cookiebanner",
"optOut": "button.rejectAll"
}
},
{
"id": "3b73c6b4-b746-462b-8f5e-054ffcd5f2b3",
"domains": ["duh.de"],
"cookies": {
"optOut": [
{
"name": "cookie_dismiss",
"value": "true"
}
]
}
}
]
}
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ backoff==2.1.2 \
--hash=sha256:407f1bc0f22723648a8880821b935ce5df8475cf04f7b6b5017ae264d30f6069 \
--hash=sha256:b135e6d7c7513ba2bfd6895bc32bc8c66c6f3b0279b4c6cd866053cfd7d3126b
# via kinto-http
certifi==2023.7.22 \
--hash=sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082 \
--hash=sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9
certifi==2024.7.4 \
--hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \
--hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90
# via requests
charset-normalizer==2.1.1 \
--hash=sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845 \
Expand All @@ -32,7 +32,7 @@ unidecode==1.3.4 \
--hash=sha256:8e4352fb93d5a735c788110d2e7ac8e8031eb06ccbfe8d324ab71735015f9342 \
--hash=sha256:afa04efcdd818a93237574791be9b2817d7077c25a068b00f8cff7baa4e59257
# via kinto-http
urllib3==1.26.18 \
--hash=sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07 \
--hash=sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0
urllib3==1.26.19 \
--hash=sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3 \
--hash=sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429
# via requests

0 comments on commit 7e79e1e

Please sign in to comment.