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"