mirror of
https://github.com/SukkaW/Surge.git
synced 2026-04-29 17:36:56 +08:00
Update Global & CDN & Reject Hosts
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -152,8 +152,8 @@ export async function parseGfwList() {
|
||||
|
||||
whiteSet.forEach(domain => gfwListTrie.whitelist(domain, true));
|
||||
|
||||
let gfwListSize = 0;
|
||||
gfwListTrie.dump(() => gfwListSize++);
|
||||
let dedupedGfwListSize = 0;
|
||||
gfwListTrie.dump(() => dedupedGfwListSize++);
|
||||
|
||||
const kwfilter = createKeywordFilter([...keywordSet]);
|
||||
|
||||
@@ -166,7 +166,7 @@ export async function parseGfwList() {
|
||||
});
|
||||
|
||||
console.log(Array.from(missingTop10000Gfwed).join('\n'));
|
||||
console.log({ totalGfwSize, gfwListSize, missingSize: missingTop10000Gfwed.size });
|
||||
console.log({ totalGfwSize, dedupedGfwListSize, missingSize: missingTop10000Gfwed.size });
|
||||
|
||||
return [
|
||||
whiteSet,
|
||||
|
||||
@@ -809,6 +809,7 @@ s3media.squarespace.com
|
||||
akamai-assets.squarespace.com
|
||||
sourcemaps.squarespace.net
|
||||
assets.squarewebsites.org
|
||||
.sqspcdn.com
|
||||
|
||||
# >> StackBlitz
|
||||
.staticblitz.com
|
||||
@@ -5531,3 +5532,11 @@ play.d.tube
|
||||
static.cracked.ax
|
||||
static.cracked.sh
|
||||
content.presspage.com
|
||||
assets.vrchat.com
|
||||
bcdn.alotporn.com
|
||||
.img.sooplive.com
|
||||
liveimg.sooplive.com
|
||||
static.sooplive.com
|
||||
res.sooplive.com
|
||||
.files.sooplive.co.kr
|
||||
stimg.sooplive.com
|
||||
|
||||
@@ -3407,7 +3407,7 @@ c.bing.com
|
||||
|
||||
.nearbyad.com
|
||||
.mediaarmor.com
|
||||
static.cdn.gtsmobi.com
|
||||
.gtsmobi.com
|
||||
.twistbox.com
|
||||
.trafficforce.com
|
||||
.eltrafiko.com
|
||||
|
||||
@@ -560,6 +560,7 @@ DOMAIN-SUFFIX,airtableusercontent.com
|
||||
DOMAIN-SUFFIX,ajay.app
|
||||
DOMAIN-SUFFIX,akamai.net
|
||||
DOMAIN-SUFFIX,akamaihd.net
|
||||
DOMAIN-SUFFIX,alotporn.com
|
||||
DOMAIN-SUFFIX,amazon.com
|
||||
DOMAIN-SUFFIX,amazon.co.jp
|
||||
DOMAIN-SUFFIX,amazonaws.com
|
||||
@@ -777,6 +778,7 @@ DOMAIN-SUFFIX,freecodecamp.org
|
||||
DOMAIN-SUFFIX,freedownloadmanager.org
|
||||
DOMAIN-SUFFIX,freemacsoft.net
|
||||
DOMAIN-SUFFIX,freepik.com
|
||||
DOMAIN-SUFFIX,ftchinese.com
|
||||
DOMAIN-SUFFIX,fuq.com
|
||||
DOMAIN-SUFFIX,fxnetworks.com
|
||||
DOMAIN-SUFFIX,fydeos.io
|
||||
@@ -856,6 +858,7 @@ DOMAIN-SUFFIX,ibm.com
|
||||
DOMAIN-SUFFIX,iboysoft.com
|
||||
DOMAIN-SUFFIX,icann.org
|
||||
DOMAIN-SUFFIX,iconfinder.com
|
||||
DOMAIN-SUFFIX,idcflare.com
|
||||
DOMAIN-SUFFIX,idrive.com
|
||||
DOMAIN-SUFFIX,ietf.org
|
||||
DOMAIN-SUFFIX,ifttt.com
|
||||
@@ -1325,6 +1328,7 @@ DOMAIN-SUFFIX,vk.com
|
||||
DOMAIN-SUFFIX,vmware.com
|
||||
DOMAIN-SUFFIX,voachinese.com
|
||||
DOMAIN-SUFFIX,voanews.com
|
||||
DOMAIN-SUFFIX,vrchat.com
|
||||
DOMAIN-SUFFIX,vrporn.com
|
||||
DOMAIN-SUFFIX,w3schools.com
|
||||
DOMAIN-SUFFIX,wakatime.com
|
||||
@@ -1342,6 +1346,7 @@ DOMAIN-SUFFIX,wiki2.org
|
||||
DOMAIN-SUFFIX,wikidot.com
|
||||
DOMAIN-SUFFIX,wikihow.com
|
||||
DOMAIN-SUFFIX,wikileaks.org
|
||||
DOMAIN-SUFFIX,wikissl.com
|
||||
DOMAIN-SUFFIX,wikiwand.com
|
||||
DOMAIN-SUFFIX,wireshark.org
|
||||
DOMAIN-SUFFIX,windy.com
|
||||
|
||||
Reference in New Issue
Block a user