mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 02:00:37 +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',
|
'zendesk.com',
|
||||||
'ipfs.eth.aragon.network',
|
'ipfs.eth.aragon.network',
|
||||||
'wordpress.com',
|
'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([
|
export const leathalKeywords = createKeywordFilter([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user