|
@@ -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();
|