From 7cdb1591bcca3a4248d17529cecfab70df052686 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 12 Feb 2025 13:50:25 +0200 Subject: [PATCH] {chromium,firefox}#uBo: enable plowe-0 and adguard-spyware-url The former is a default I had accidentally disabled, the second is suggested by Privacy Guides and Arkenfox that my eyes had jumped over before. --- etc/firefox/policies/policies.json | 4 +++- etc/opt/chromium/policies/managed/aminda-extensions.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index ebfd3a6f..7c1c5ed8 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -63,7 +63,9 @@ "ublock-privacy", "easyprivacy", "FIN-0", - "ublock-quick-fixes" + "ublock-quick-fixes", + "plowe-0", + "adguard-spyware-url" ] } }, diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index c00b67ad..12ff84aa 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -39,7 +39,9 @@ "ublock-privacy", "easyprivacy", "FIN-0", - "ublock-quick-fixes" + "ublock-quick-fixes", + "plowe-0", + "adguard-spyware-url" ] } },