mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 17:20:35 +08:00
Update Reject Rules
This commit is contained in:
parent
403edf6cd1
commit
d1911fb3b7
@ -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();
|
||||
|
||||
@ -317,7 +317,6 @@ xy-log.tagtic.cn
|
||||
.mobiw.com
|
||||
.mopub.com
|
||||
.mparticle.com
|
||||
.mxpnl.com
|
||||
.mybest.app
|
||||
.nexage.com
|
||||
.nr-data.net
|
||||
@ -632,7 +631,6 @@ analytics.slashdotmedia.com
|
||||
.getexceptional.com
|
||||
.jumptap.com
|
||||
.localytics.com
|
||||
.mixpanel.com
|
||||
.mobile-collector.newrelic.com
|
||||
.playtomic.com
|
||||
.stathat.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user