mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-03 02:50:23 +00:00
deploy: 42302b03100f668db7a9f89ad1b530db28ca684a
This commit is contained in:
@@ -151,9 +151,9 @@ async function processFilterRules(filterRulesUrl) {
|
|||||||
|| line.endsWith('^|')
|
|| line.endsWith('^|')
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
const domain = `.${line.replaceAll('||', '').replaceAll('^|', '').replaceAll('^', '')}`.trim();
|
const domain = `${line.replaceAll('||', '').replaceAll('^|', '').replaceAll('^', '')}`.trim();
|
||||||
if (rDomain.test(domain)) {
|
if (rDomain.test(domain)) {
|
||||||
blacklistDomainSets.add(domain);
|
blacklistDomainSets.add(`.${domain}`);
|
||||||
}
|
}
|
||||||
} else if (line.startsWith('://')
|
} else if (line.startsWith('://')
|
||||||
&& (
|
&& (
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -350,7 +350,6 @@ xy-log.tagtic.cn
|
|||||||
.talkingdata.com
|
.talkingdata.com
|
||||||
.tango-deg.com
|
.tango-deg.com
|
||||||
.tanv.com
|
.tanv.com
|
||||||
.tanx.com
|
|
||||||
.taplytics.com
|
.taplytics.com
|
||||||
.taptica.com
|
.taptica.com
|
||||||
.testplus.cn
|
.testplus.cn
|
||||||
|
|||||||
Reference in New Issue
Block a user