mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-19 18:34:27 +00:00
deploy: 7a7a97e4d0e6d439388daacd6b6334509203bfed
This commit is contained in:
@@ -13,13 +13,14 @@ module.exports = ({ chunk }) => {
|
||||
const domainFromInput = chunk[i];
|
||||
|
||||
for (let j = 0; j < len; j++) {
|
||||
const domainFromFullSet = workerData[j];
|
||||
|
||||
if (domainFromFullSet === domainFromInput) continue;
|
||||
// Check if domainFromFullset starts with a "."
|
||||
if (!fullsetDomainStartsWithADot[j]) continue;
|
||||
// domainFromFullSet is now startsWith a "."
|
||||
|
||||
const domainFromFullSet = workerData[j];
|
||||
|
||||
if (domainFromFullSet === domainFromInput) continue;
|
||||
|
||||
const domainFromInputLen = domainFromInput.length;
|
||||
|
||||
if (domainFromInput.charCodeAt(0) !== 46) {
|
||||
|
||||
Reference in New Issue
Block a user