mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-19 18:34:27 +00:00
deploy: 9e124e864e4ea4d2ae0b97c6a99cc6d497632569
This commit is contained in:
@@ -192,7 +192,7 @@ const threads = isCI ? cpuCount : cpuCount / 2;
|
||||
let isTobeRemoved = false;
|
||||
|
||||
for (const keyword of domainKeywordsSet) {
|
||||
if (domain.includes(keyword) || keyword.includes(domain)) {
|
||||
if (domain.includes(keyword)) {
|
||||
isTobeRemoved = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user