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