From 68366ed1074eef94493d558dae908c36bd2c10db Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 12 Aug 2024 23:35:44 +0800 Subject: [PATCH] Whitelist `mlsend.com` --- Build/constants/reject-data-source.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build/constants/reject-data-source.ts b/Build/constants/reject-data-source.ts index 8361fe2d..944b6e20 100644 --- a/Build/constants/reject-data-source.ts +++ b/Build/constants/reject-data-source.ts @@ -304,5 +304,6 @@ export const PREDEFINED_WHITELIST = [ // yet stupid AdGuardDNSFilter blocks all of it. Stupid AdGuard '.w3s.link', // stupid phishing.army, introduce both "*.ipfs.w3s.link" and ".w3s.link" to the block list 'ipfs.io', // ipfs.io was blocked by DigitalSide Threat-Intel - OSINT Hub - '.r2.dev' // Despite 5000+ r2 instances used for phishing, yet cloudflare refuse to do anything. we have no choice but whitelist this. + '.r2.dev', // Despite 5000+ r2 instances used for phishing, yet cloudflare refuse to do anything. we have no choice but whitelist this. + 'mlsend.com' // Fuck Peter Lowe Hosts ];