diff --git a/Build/worker/build-reject-domainset-worker.js b/Build/worker/build-reject-domainset-worker.js index 8377a8fa..ebcda423 100644 --- a/Build/worker/build-reject-domainset-worker.js +++ b/Build/worker/build-reject-domainset-worker.js @@ -37,7 +37,8 @@ module.exports.dedupe = ({ chunk }) => { break; } } - } else if (domainFromInputLen > domainFromFullSetLen) { + } + if (domainFromInputLen > domainFromFullSetLen) { // domainFromInput is now startsWith a "." if (domainFromInput.endsWith(domainFromFullSet)) { outputToBeRemoved[i] = 1;