mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Update Reject Rules
This commit is contained in:
@@ -96,7 +96,14 @@ async function processFilterRules(filterRulesUrl) {
|
|||||||
'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
|
'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> */
|
/** @type Set<string> */
|
||||||
const blacklistDomainSets = new Set();
|
const blacklistDomainSets = new Set();
|
||||||
|
|||||||
@@ -317,7 +317,6 @@ xy-log.tagtic.cn
|
|||||||
.mobiw.com
|
.mobiw.com
|
||||||
.mopub.com
|
.mopub.com
|
||||||
.mparticle.com
|
.mparticle.com
|
||||||
.mxpnl.com
|
|
||||||
.mybest.app
|
.mybest.app
|
||||||
.nexage.com
|
.nexage.com
|
||||||
.nr-data.net
|
.nr-data.net
|
||||||
@@ -632,7 +631,6 @@ analytics.slashdotmedia.com
|
|||||||
.getexceptional.com
|
.getexceptional.com
|
||||||
.jumptap.com
|
.jumptap.com
|
||||||
.localytics.com
|
.localytics.com
|
||||||
.mixpanel.com
|
|
||||||
.mobile-collector.newrelic.com
|
.mobile-collector.newrelic.com
|
||||||
.playtomic.com
|
.playtomic.com
|
||||||
.stathat.com
|
.stathat.com
|
||||||
|
|||||||
Reference in New Issue
Block a user