From 88723eff3ab6df2953c7ec92d78884faa2a9e9ea Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 10 Jul 2025 22:35:45 +0800 Subject: [PATCH] Add fallback URLs of Dan Pollocks Hosts --- Build/constants/reject-data-source.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Build/constants/reject-data-source.ts b/Build/constants/reject-data-source.ts index 3f4d86a3..4283dfb6 100644 --- a/Build/constants/reject-data-source.ts +++ b/Build/constants/reject-data-source.ts @@ -36,7 +36,13 @@ export const HOSTS_EXTRA: HostsSource[] = [ // Dan Pollock's hosts file, 0.0.0.0 version is 30 KiB smaller [ 'https://proxy.cdn.skk.moe/https/someonewhocares.org/hosts/zero/hosts', - ['https://someonewhocares.org/hosts/zero/hosts'], + [ + 'https://someonewhocares.org/hosts/zero/hosts', + // 2025-07-10 Dan Pollock's website begin to randomly Cloudflare Challenge. + // enable non-zero hosts as fallbacks. + 'https://someonewhocares.org/hosts/hosts', + 'https://proxy.cdn.skk.moe/https/someonewhocares.org/hosts/hosts' + ], true ], // ad-wars is not actively maintained since 2023.11 due to Tencent's Legal Notice