From efdbb749a0b2c54a27685b9fdaa0df5d4ded3195 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 20 Feb 2025 12:37:12 +0200 Subject: [PATCH] {chromium,firefox}: enable ublock-annoyances list --- etc/firefox/policies/policies.json | 1 + etc/opt/chromium/policies/managed/aminda-extensions.json | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 4f42cbb1..05866158 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -77,6 +77,7 @@ "adguard-spyware-url", "https://www.eff.org/files/effdntlist.txt", "https://big.oisd.nl", + "ublock-annoyances", "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" ] }, diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 5aa7a6d5..c8b7de66 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -37,6 +37,7 @@ "adguard-spyware-url", "https://www.eff.org/files/effdntlist.txt", "https://big.oisd.nl", + "ublock-annoyances", "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" ] },