Update Reject Rules

This commit is contained in:
SukkaW
2022-04-14 14:14:56 +08:00
parent 403edf6cd1
commit d1911fb3b7
2 changed files with 8 additions and 3 deletions

View File

@@ -96,7 +96,14 @@ async function processFilterRules(filterRulesUrl) {
'whoami.akamai.net',
'whoami.ds.akahelp.net',
'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
'instant.page', // No, it doesn't violate anyone's privacy. I will whitelist it
'piwik.pro',
'mixpanel.com',
'heapanalytics.com',
'dataunlocker.com',
'segment.com',
'segment.io',
'segmentify.com'
]);
/** @type Set<string> */
const blacklistDomainSets = new Set();