mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-15 18:50:34 +08:00
Whitelist *.cloud.microsoft
This commit is contained in:
parent
163434b344
commit
6a31e07c1a
@ -37,7 +37,8 @@ export const WHITELIST_MAIN_DOMAINS = new Set([
|
|||||||
'gitbook.io',
|
'gitbook.io',
|
||||||
'zendesk.com',
|
'zendesk.com',
|
||||||
'ipfs.eth.aragon.network',
|
'ipfs.eth.aragon.network',
|
||||||
'wordpress.com'
|
'wordpress.com',
|
||||||
|
'cloud.microsoft' // actually owned by Microsoft
|
||||||
]);
|
]);
|
||||||
|
|
||||||
export const leathalKeywords = createKeywordFilter([
|
export const leathalKeywords = createKeywordFilter([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user