From 8f8f96e7be7faabf1784cf310c69ca8408df31aa Mon Sep 17 00:00:00 2001 From: Daniel Davis Date: Thu, 16 Jan 2025 19:08:55 +0900 Subject: [PATCH] CPM exceptions for sbid.org and sachsen-netze.de (#2652) * Added CPM exception for sachsen-netze.de * Added CPM exception for sbid.org * Moved sachsen-netze.de to filterlistExceptions --- features/autoconsent.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/features/autoconsent.json b/features/autoconsent.json index 528b7c388..2c87b91f3 100644 --- a/features/autoconsent.json +++ b/features/autoconsent.json @@ -621,7 +621,11 @@ }, { "domain": "collectcheckout.com", - "reason": "Pre-hide selectors hide CC input option" + "reason": "https://github.com/duckduckgo/privacy-configuration/pull/2589" + }, + { + "domain": "sbid.org", + "reason": "https://github.com/duckduckgo/privacy-configuration/pull/2652" } ], "settings": { @@ -754,7 +758,8 @@ "google.rs", "google.ru", "google.se", - "google.sk" + "google.sk", + "sachsen-netze.de" ] } }