Reject Hosts drop prefixed www.

This commit is contained in:
SukkaW
2025-01-24 14:48:09 +08:00
parent 98d37c3749
commit 9790b40a72
5 changed files with 37 additions and 32 deletions

View File

@@ -208,7 +208,7 @@ const processPhihsingDomains = cache(function processPhihsingDomains(domainArr:
});
const downloads = [
...PHISHING_DOMAIN_LISTS_EXTRA.map(entry => processDomainListsWithPreload(...entry, true)),
...PHISHING_DOMAIN_LISTS_EXTRA.map(entry => processDomainListsWithPreload(...entry)),
...PHISHING_HOSTS_EXTRA.map(entry => processHostsWithPreload(...entry))
];