From 5c1dce8d363cdbbee0b11a5ae2f1fdefc9b95c1a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 12 Mar 2024 10:15:15 +0200 Subject: [PATCH] {firefox,chromium} policy: explicitly configure PrivacyBadger I think all of these default to true anyway, but explicit is better than implicit is what they say --- etc/firefox/policies/policies.json | 6 +++++- etc/opt/chromium/policies/managed/aminda-extensions.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 7d3e0845..c1737cd7 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -3,9 +3,13 @@ "3rdparty": { "Extensions": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": { + "checkForDNTPolicy": true, "learnInIncognito": true, "learnLocally": true, - "showIntroPage": false + "sendDNTSignal": true, + "showCounter": true, + "showIntroPage": false, + "socialWidgetReplacementEnabled": true } } }, diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 13725d39..98d6d9f7 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -2,9 +2,13 @@ "3rdparty": { "extensions": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { + "checkForDNTPolicy": true, "learnInIncognito": true, "learnLocally": true, - "showIntroPage": false + "sendDNTSignal": true, + "showCounter": true, + "showIntroPage": false, + "socialWidgetReplacementEnabled": true } } },