mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Whitelist myqcloud.com
This commit is contained in:
parent
90b39e6f77
commit
354a23eee4
@ -39,7 +39,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
|||||||
'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
|
'windows.net', // Microsoft refuses to add web.core.windows.net to the Public Suffix List
|
||||||
|
'myqcloud.com' // curben phishing-filter contains many entries
|
||||||
]);
|
]);
|
||||||
|
|
||||||
export const leathalKeywords = createKeywordFilter([
|
export const leathalKeywords = createKeywordFilter([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user