From e8aacdebd308172d761486d894e709f5fad20761 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 16 Feb 2025 13:30:37 +0200 Subject: [PATCH] {chromium,firefox}#PrivacyBadger: add tunnus.almamedia.fi to yellowlist This has dual purpose of fixing {iltalehti,tivi}.fi login and being an example on how to yellowlist things in the future --- etc/firefox/policies/policies.json | 4 ++++ etc/opt/chromium/policies/managed/aminda-extensions.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 539c7446..4b8e5d74 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -18,6 +18,10 @@ "domain": "accounts.google.com", "action": "allow" }, + { + "domain": "tunnus.almamedia.fi", + "action": "cookieblock" + }, { "domain": "google.com", "action": "block" diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 48cbbc44..702a9cb6 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -125,6 +125,10 @@ "domain": "accounts.google.com", "action": "allow" }, + { + "domain": "tunnus.almamedia.fi", + "action": "cookieblock" + }, { "domain": "google.com", "action": "block"