mirror of
https://github.com/SukkaW/Surge.git
synced 2026-07-29 14:41:45 +08:00
Whitelist chat.z.ai phishing false positive (#103)
See also https://phishing.army/download/phishing_army_blocklist.txt
This commit is contained in:
@@ -49,7 +49,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
||||
'cloudflarestorage.com', // Cloudflare R2 S3-API endpoint, phishing-filter false-positives the entire apex
|
||||
|
||||
'pages.dev',
|
||||
'workers.dev'
|
||||
'workers.dev',
|
||||
'chat.z.ai' // Zhipu AI (Z.ai) GLM chat interface, legitimate service, false positive from phishing scoring
|
||||
]);
|
||||
|
||||
export const leathalKeywords = createKeywordFilter([
|
||||
|
||||
Reference in New Issue
Block a user