浏览代码

Whitelist `mlsend.com`

SukkaW 1 年之前
父节点
当前提交
68366ed107
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Build/constants/reject-data-source.ts

+ 2 - 1
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
 ];