|
|
@@ -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([
|