mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Validate CDN Domains against Public Suffix LIst
This commit is contained in:
@@ -123,7 +123,6 @@ static.crates.io
|
||||
|
||||
# >> GitHub
|
||||
raw.github.com
|
||||
.githubusercontent.com
|
||||
.ghcr.io
|
||||
.githubassets.com
|
||||
.pkg.github.com
|
||||
@@ -155,9 +154,6 @@ scontent.whatsapp.net
|
||||
# >> Disqus
|
||||
.disquscdn.com
|
||||
|
||||
# >> DigitalOcean OSS
|
||||
.cdn.digitaloceanspaces.com
|
||||
|
||||
# >> Google CDN
|
||||
dl.google.com
|
||||
fonts.googleapis.com
|
||||
@@ -268,7 +264,6 @@ avatars.hubspot.net
|
||||
.yastatic.net
|
||||
avatars.mds.yandex.net
|
||||
resize.yandex.net
|
||||
.storage.yandexcloud.net
|
||||
|
||||
# >> Repl.it
|
||||
.cms.replit.com
|
||||
@@ -505,7 +500,6 @@ updates2.signal.org
|
||||
webfonts.zoho.com
|
||||
|
||||
# >> IPFS Gateway
|
||||
.dweb.link
|
||||
.gateway.ipfs.io
|
||||
.ipfs.eternum.io
|
||||
.cloudflare-ipfs.com
|
||||
@@ -640,6 +634,7 @@ cdn.glitch.com
|
||||
.quoracdn.net
|
||||
# GitBook
|
||||
.app.gitbook.com
|
||||
.files.gitbook.io
|
||||
# Notion
|
||||
.notion-static.com
|
||||
# Roboflow
|
||||
@@ -758,6 +753,9 @@ s.rfi.fr
|
||||
# termius
|
||||
autoupdate.termius.com
|
||||
cdn.termius.com
|
||||
# Fleek
|
||||
storageapi.fleek.co
|
||||
storageapi2.fleek.co
|
||||
# Others
|
||||
.v2ex.co
|
||||
cdn.v2ex.com
|
||||
@@ -808,7 +806,6 @@ static.cracked.to
|
||||
.cdn.ipinfo.io
|
||||
.assets.digitalocean.com
|
||||
ui-cdn.digitalocean.com
|
||||
.vultrobjects.com
|
||||
ws-assets.zoominfo.com
|
||||
res2.weblium.site
|
||||
code.benco.io
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# >> GitHub Pages
|
||||
DOMAIN-SUFFIX,github.io
|
||||
# >> GitHub
|
||||
DOMAIN-SUFFIX,githubusercontent.com
|
||||
# >> DigitalOcean OSS
|
||||
DOMAIN-SUFFIX,cdn.digitaloceanspaces.com
|
||||
# >> Vultr OSS
|
||||
DOMAIN-SUFFIX,vultrobjects.com
|
||||
# >> Yandex
|
||||
DOMAIN-SUFFIX,storage.yandexcloud.net
|
||||
# >> dweb.link IPFS Gateway
|
||||
DOMAIN-SUFFIX,dweb.link
|
||||
# >> GitLab Pages
|
||||
DOMAIN-SUFFIX,gitlab.io
|
||||
# >> Cloudflare CDN
|
||||
@@ -23,11 +33,6 @@ DOMAIN-SUFFIX,firebaseapp.com
|
||||
DOMAIN-SUFFIX,csb.app
|
||||
# >> Microsoft Azure
|
||||
DOMAIN-SUFFIX,azurestaticapps.net
|
||||
# >> Fleek
|
||||
DOMAIN,storageapi.fleek.co
|
||||
DOMAIN,storageapi2.fleek.co
|
||||
# >> GitBook
|
||||
DOMAIN-KEYWORD,files.gitbook.io
|
||||
# >> AWS S3
|
||||
DOMAIN-SUFFIX,s3.amazonaws.com
|
||||
# --- [AWS S3 Replace Me] ---
|
||||
|
||||
Reference in New Issue
Block a user