mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Whitelist instant.page
This commit is contained in:
parent
f8317466f0
commit
221750e2df
@ -95,7 +95,8 @@ async function processFilterRules(filterRulesUrl) {
|
|||||||
'ae01.alicdn.com',
|
'ae01.alicdn.com',
|
||||||
'whoami.akamai.net',
|
'whoami.akamai.net',
|
||||||
'whoami.ds.akahelp.net',
|
'whoami.ds.akahelp.net',
|
||||||
'pxlk9.net.' // This one is malformed from EasyList, which I will manually add instead
|
'pxlk9.net.', // This one is malformed from EasyList, which I will manually add instead
|
||||||
|
'instant.page' // No, it doesn't violate anyone's privacy. I will whitelist it
|
||||||
]);
|
]);
|
||||||
/** @type Set<string> */
|
/** @type Set<string> */
|
||||||
const blacklistDomainSets = new Set();
|
const blacklistDomainSets = new Set();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user