Update Reject Hosts

This commit is contained in:
SukkaW
2025-01-06 15:47:38 +08:00
parent faaae5c8d6
commit fb5f1a5091
2 changed files with 4 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
})),
getPhishingDomains(childSpan).then(appendArrayToRejectExtraOutput),
readLocalRejectDomainsetPromise.then(appendArrayToRejectOutput),
readLocalRejectDomainsetPromise.then(appendArrayToRejectExtraOutput),
readLocalRejectExtraDomainsetPromise.then(appendArrayToRejectExtraOutput),
// Dedupe domainSets
// span.traceChildAsync('collect black keywords/suffixes', async () =>