mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Update Reject Hosts
This commit is contained in:
parent
f72550c9ee
commit
187593ecb4
@ -148,7 +148,7 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
|
|||||||
const dudupedDominArray = span.traceChildSync('dedupe from covered subdomain (base)', () => domainDeduper(baseTrie));
|
const dudupedDominArray = span.traceChildSync('dedupe from covered subdomain (base)', () => domainDeduper(baseTrie));
|
||||||
const dudupedDominArrayExtra = span.traceChildSync('dedupe from covered subdomain (extra)', () => domainDeduper(extraTrie));
|
const dudupedDominArrayExtra = span.traceChildSync('dedupe from covered subdomain (extra)', () => domainDeduper(extraTrie));
|
||||||
|
|
||||||
console.log(`Final size ${dudupedDominArray.length}`);
|
console.log(`Final size ${dudupedDominArray.length} + ${dudupedDominArrayExtra.length}`);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
domainMap: domainArrayMainDomainMap,
|
domainMap: domainArrayMainDomainMap,
|
||||||
|
|||||||
@ -261,28 +261,6 @@ export const PREDEFINED_WHITELIST = [
|
|||||||
'.bootcdn.net',
|
'.bootcdn.net',
|
||||||
'.bootcss.com',
|
'.bootcss.com',
|
||||||
'.staticfile.net',
|
'.staticfile.net',
|
||||||
'.staticfile.org'
|
'.staticfile.org',
|
||||||
];
|
'.r2.dev' // Despite 5000+ r2 instances used for phishing, yet cloudflare refuse to do anything. we have no choice but whitelist this.
|
||||||
|
|
||||||
export const PREDEFINED_ENFORCED_WHITELIST = [
|
|
||||||
'r2.dev',
|
|
||||||
'godaddysites.com',
|
|
||||||
'web.app',
|
|
||||||
'firebaseapp.com',
|
|
||||||
'ipfs.nftstorage.link',
|
|
||||||
'ipfs.4everland.io',
|
|
||||||
'ipfs.cf-ipfs.com',
|
|
||||||
'ipfs.dweb.link',
|
|
||||||
'ipfs.infura-ipfs.io',
|
|
||||||
'ipfs.fleek.cool',
|
|
||||||
'repl.co',
|
|
||||||
'w3s.link',
|
|
||||||
'translate.goog',
|
|
||||||
'backblazeb2.com',
|
|
||||||
'workers.dev',
|
|
||||||
'r2.dev',
|
|
||||||
'glitch.me',
|
|
||||||
'netlify.app',
|
|
||||||
'blogspot.com',
|
|
||||||
'appspot.com'
|
|
||||||
];
|
];
|
||||||
|
|||||||
@ -809,6 +809,8 @@ stats.snipaste.com
|
|||||||
.plausible.cyberciti.com
|
.plausible.cyberciti.com
|
||||||
umami.rss3.io
|
umami.rss3.io
|
||||||
.try-snowplow.com
|
.try-snowplow.com
|
||||||
|
cdn.cr-relay.com
|
||||||
|
cdn.getkoala.com
|
||||||
|
|
||||||
.adjust.io
|
.adjust.io
|
||||||
.airbrake.io
|
.airbrake.io
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user