From 2e28956bcb2e2e499da3e61377b12ee1e0cede14 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 23 May 2024 18:12:15 +0300 Subject: [PATCH] {firefox,chromium}: restore ublock-filters, easylist --- 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 f81fb9e2..f787af5f 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -64,7 +64,9 @@ "https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt", "https://dl.red.flag.domains/adguard/red.flag.domains.txt", "https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains", - "curben-phishing" + "curben-phishing", + "ublock-filters", + "easylist" ] } } diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 38802748..969883a0 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -35,7 +35,9 @@ "https://raw.githubusercontent.com/jjjxu/NSO_Pegasus_Blocklist/master/Pegasus-Hosts-Formatted.txt", "https://dl.red.flag.domains/adguard/red.flag.domains.txt", "https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/malware/domains", - "curben-phishing" + "curben-phishing", + "ublock-filters", + "easylist" ] } },