mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-19 10:24:27 +00:00
deploy: 939a119a528386be98b059ce0b6df65fb75bce0b
This commit is contained in:
@@ -6,6 +6,7 @@ exports.dedupe = ({ chunk }) => {
|
||||
for (let i = 0, l = chunk.length; i < l; i++) {
|
||||
const domainFromInput = chunk[i];
|
||||
for (const domainFromFullSet of workerData) {
|
||||
if (outputToBeRemoved.has(domainFromFullSet)) continue;
|
||||
if (domainFromFullSet === domainFromInput) continue;
|
||||
if (domainFromFullSet.charAt(0) !== '.') continue;
|
||||
// domainFromFullSet is now startsWith a "."
|
||||
|
||||
Reference in New Issue
Block a user