mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 10:30:26 +00:00
deploy: 965cc52eb9834ebf587e1569779e0dc4bf13078e
This commit is contained in:
@@ -6,7 +6,6 @@ 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