From c91aea1b3977db83032efcc901d977472faaeaa2 Mon Sep 17 00:00:00 2001 From: mrrfv Date: Thu, 9 Nov 2023 18:36:21 +0100 Subject: [PATCH] Disable doh_gambling recommended blocklist Due to the 300,000 domain blocklist constraint --- lib/constants.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 5ed46e1..0c2a52d 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -78,7 +78,8 @@ export const RECOMMENDED_ALLOWLIST_URLS = [ export const RECOMMENDED_BLOCKLIST_URLS = [ "https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_adblock.txt", - "https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_gambling.txt", + // Commented out as it seems to cause the blocklist to exceed 300,000 domains as of Nov 9, 2023 + // "https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_gambling.txt", "https://raw.githubusercontent.com/mullvad/dns-blocklists/main/output/doh/doh_privacy.txt", "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts", "https://adaway.org/hosts.txt",