Skip to content

Commit

Permalink
Reject Whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Sep 2, 2024
1 parent 27c4004 commit 3ebb007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Build/constants/reject-data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,10 @@ export const PREDEFINED_WHITELIST = [
'm.stripe.com', // EasyPrivacy only blocks m.stripe.com wwith $third-party,
// 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.
'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
];

0 comments on commit 3ebb007

Please sign in to comment.