Make AdGuard parse faster / Make reject stats correct

This commit is contained in:
SukkaW
2023-09-18 01:03:31 +08:00
parent 21cddea6f0
commit cbaa4d51f5
3 changed files with 201 additions and 122 deletions

View File

@@ -69,10 +69,11 @@ const buildPhishingDomainSet = task(__filename, async () => {
processFilterRules(
'https://curbengh.github.io/phishing-filter/phishing-filter-agh.txt',
[
'https://malware-filter.gitlab.io/phishing-filter/phishing-filter-agh.txt',
'https://malware-filter.pages.dev/phishing-filter-agh.txt',
'https://phishing-filter.pages.dev/phishing-filter-agh.txt'
]
// Prefer mirror, since malware-filter.gitlab.io has not been updated for a while
// 'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt'
],
false
),
getGorhillPublicSuffixPromise()
]);