From 59177b97abcf704f51bc0cea78c397113a031128 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 3 Jun 2026 14:39:45 +0300 Subject: [PATCH] {firefox,chromium}#PrivacyBadger: ensure banking or debit cards won't get blocked --- etc/firefox/policies/policies.json | 15 ++++++++++++++- .../policies/managed/aminda-extensions.json | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index c99fc01e..a0ca1fb6 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -5,7 +5,8 @@ "jid1-MnnxcxisBPnSXQ@jetpack": { "checkForDNTPolicy": true, "disabledSites": [ - "pp-attester-turnstile.research.cloudflare.com" + "pp-attester-turnstile.research.cloudflare.com", + "point.fi" ], "learnInIncognito": true, "learnLocally": true, @@ -26,6 +27,18 @@ "domain": "bitwarden.eu", "action": "allow" }, + { + "domain": "op.fi", + "action": "allow" + }, + { + "domain": "revolut.com", + "action": "allow" + }, + { + "domain": "s-pankki.fi", + "action": "allow" + }, { "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 7bcb13df..b3cf8f69 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -184,7 +184,8 @@ "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "checkForDNTPolicy": true, "disabledSites": [ - "pp-attester-turnstile.research.cloudflare.com" + "pp-attester-turnstile.research.cloudflare.com", + "point.fi" ], "learnInIncognito": true, "learnLocally": true, @@ -205,6 +206,18 @@ "domain": "bitwarden.eu", "action": "allow" }, + { + "domain": "op.fi", + "action": "allow" + }, + { + "domain": "revolut.com", + "action": "allow" + }, + { + "domain": "s-pankki.fi", + "action": "allow" + }, { "domain": "google.com", "action": "block"