From 34e3b1ad3c8dc6f9b92c25fe6a6b5ba90c279bde Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:42:54 +0800 Subject: [PATCH] Whitelist `cloudflarestorage.com` from Phishing Apex Aggregation (#101) --- Build/constants/phishing-score-source.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/constants/phishing-score-source.ts b/Build/constants/phishing-score-source.ts index 2c7dbba2..8dcbf1cc 100644 --- a/Build/constants/phishing-score-source.ts +++ b/Build/constants/phishing-score-source.ts @@ -46,6 +46,7 @@ export const WHITELIST_MAIN_DOMAINS = new Set([ 'myqcloud.com', // curben phishing-filter contains many entries 'surge.sh', // caused by phishing-filter, also no public suffix 'backblazeb2.com', // phishing-filter, no publicsuffix, too much abuse + 'cloudflarestorage.com', // Cloudflare R2 S3-API endpoint, phishing-filter false-positives the entire apex 'pages.dev', 'workers.dev'