Browse Source

Fuck uBlock Origin

SukkaW 1 year ago
parent
commit
d15e972f43
1 changed files with 6 additions and 1 deletions
  1. 6 1
      Build/constants/reject-data-source.ts

+ 6 - 1
Build/constants/reject-data-source.ts

@@ -245,7 +245,12 @@ 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
+  'ipfs.io', // ipfs.io was blocked by DigitalSide Threat-Intel - OSINT Hub
+  // stupid uBlock Origin blocking public cdn
+  '.bootcdn.net',
+  '.bootcss.com',
+  '.staticfile.net',
+  '.staticfile.org'
 ];
 ];
 
 
 export const PREDEFINED_ENFORCED_WHITELIST = [
 export const PREDEFINED_ENFORCED_WHITELIST = [