mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Whitelist pages.dev and workers.dev from Phishing Suffix
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:
@@ -44,7 +44,10 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
|||||||
'cloud.microsoft', // actually owned by Microsoft
|
'cloud.microsoft', // actually owned by Microsoft
|
||||||
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
|
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
|
||||||
'myqcloud.com', // curben phishing-filter contains many entries
|
'myqcloud.com', // curben phishing-filter contains many entries
|
||||||
'surge.sh' // caused by phishing-filter, also no public suffix
|
'surge.sh', // caused by phishing-filter, also no public suffix
|
||||||
|
|
||||||
|
'pages.dev',
|
||||||
|
'workers.dev'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
export const leathalKeywords = createKeywordFilter([
|
export const leathalKeywords = createKeywordFilter([
|
||||||
|
|||||||
Reference in New Issue
Block a user