mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Reject Whitelist
This commit is contained in:
parent
27c4004c0d
commit
3ebb0077d5
@ -303,8 +303,10 @@ export const PREDEFINED_WHITELIST = [
|
|||||||
'm.stripe.com', // EasyPrivacy only blocks m.stripe.com wwith $third-party,
|
'm.stripe.com', // EasyPrivacy only blocks m.stripe.com wwith $third-party,
|
||||||
// yet stupid AdGuardDNSFilter blocks all of it. Stupid AdGuard
|
// 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
|
'.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
|
'mlsend.com', // Fuck Peter Lowe Hosts
|
||||||
'ab.chatgpt.com' // EasyPrivacy blocks this
|
'ab.chatgpt.com', // EasyPrivacy blocks this
|
||||||
|
'jnn-pa.googleapis.com', // ad-wars
|
||||||
|
'imasdk.googleapis.com', // ad-wars
|
||||||
|
'.l.qq.com' // ad-wars
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user