瀏覽代碼

Whitelist `pages.dev` and `workers.dev` from Phishing Suffix

SukkaW 2 月之前
父節點
當前提交
929076602f
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Build/constants/phishing-score-source.ts

+ 4 - 1
Build/constants/phishing-score-source.ts

@@ -44,7 +44,10 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
   'cloud.microsoft', // actually owned by Microsoft
   'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
   '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([