Whitelist instant.page

This commit is contained in:
SukkaW 2022-02-24 03:41:45 +08:00
parent f8317466f0
commit 221750e2df

View File

@ -95,7 +95,8 @@ async function processFilterRules(filterRulesUrl) {
'ae01.alicdn.com',
'whoami.akamai.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> */
const blacklistDomainSets = new Set();