mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Whitelist window.net
This commit is contained in:
parent
818bdc07be
commit
9eb0ff2b55
@ -38,7 +38,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
||||
'zendesk.com',
|
||||
'ipfs.eth.aragon.network',
|
||||
'wordpress.com',
|
||||
'cloud.microsoft' // actually owned by Microsoft
|
||||
'cloud.microsoft', // actually owned by Microsoft
|
||||
'windows.net' // Microsoft refuses to add web.core.windows.net to the Public Suffix List
|
||||
]);
|
||||
|
||||
export const leathalKeywords = createKeywordFilter([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user