Skip to content

Commit

Permalink
Add a cookie injection rule for check24.de (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikolon authored Oct 5, 2023
1 parent 9d4847a commit 983f29a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cookie-banner-rules-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -5284,6 +5284,18 @@
"optIn": ".implicit_privacy_prompt > .close_btn_thick",
"presence": ".implicit_privacy_prompt"
}
},
{
"id": "d4f2492e-c801-4687-84c8-e2cd17b4f115",
"domains": ["check24.de"],
"cookies": {
"optOut": [
{
"name": "c24consent",
"value": "f"
}
]
}
}
]
}

0 comments on commit 983f29a

Please sign in to comment.