File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
40
40
'wordpress.com' ,
41
41
'cloud.microsoft' , // actually owned by Microsoft
42
42
'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
44
45
] ) ;
45
46
46
47
export const leathalKeywords = createKeywordFilter ( [
Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ filestore.community.support.microsoft.com
577
577
.msftauthimages.net
578
578
.sfbassets.com
579
579
.sway-cdn.com
580
+ cmtycdn.powerpages.microsoft.com
580
581
# Microsoft CSP Violation Report
581
582
csp.microsoft.com
582
583
# uses Azure Blob Storage
You can’t perform that action at this time.
0 commit comments