Skip to content

Commit f8d6990

Browse files
committed
Update CDN Hosts & Whitelist surge.sh
1 parent d739311 commit f8d6990

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Build/constants/phishing-score-source.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
4040
'wordpress.com',
4141
'cloud.microsoft', // actually owned by Microsoft
4242
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
43-
'myqcloud.com' // curben phishing-filter contains many entries
43+
'myqcloud.com', // curben phishing-filter contains many entries
44+
'surge.sh' // caused by phishing-filter, also no public suffix
4445
]);
4546

4647
export const leathalKeywords = createKeywordFilter([

Source/domainset/cdn.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ filestore.community.support.microsoft.com
577577
.msftauthimages.net
578578
.sfbassets.com
579579
.sway-cdn.com
580+
cmtycdn.powerpages.microsoft.com
580581
# Microsoft CSP Violation Report
581582
csp.microsoft.com
582583
# uses Azure Blob Storage

0 commit comments

Comments
 (0)