Skip to content

Commit 9290766

Browse files
committed
Whitelist pages.dev and workers.dev from Phishing Suffix
1 parent 671dced commit 9290766

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Build/constants/phishing-score-source.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
4444
'cloud.microsoft', // actually owned by Microsoft
4545
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
4646
'myqcloud.com', // curben phishing-filter contains many entries
47-
'surge.sh' // caused by phishing-filter, also no public suffix
47+
'surge.sh', // caused by phishing-filter, also no public suffix
48+
49+
'pages.dev',
50+
'workers.dev'
4851
]);
4952

5053
export const leathalKeywords = createKeywordFilter([

0 commit comments

Comments
 (0)