From 6538e58546746a8f4b5d4a11105c8ade92c477d9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 20 Feb 2025 13:04:36 +0200 Subject: [PATCH] {chromium,firefox}: enable adguard-generic 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 05866158..8472e019 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -78,6 +78,7 @@ "https://www.eff.org/files/effdntlist.txt", "https://big.oisd.nl", "ublock-annoyances", + "adguard-generic", "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 c8b7de66..0eb1b4ed 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -38,6 +38,7 @@ "https://www.eff.org/files/effdntlist.txt", "https://big.oisd.nl", "ublock-annoyances", + "adguard-generic", "https://ads-for-open-source.readthedocs.io/en/latest/_static/lists/opensource-ads.txt" ] },