[mv3] Replace "30-day Phishing Domain List" with "Malicious URL Blocklist"

As per team feedback.
This commit is contained in:
Raymond Hill 2024-12-09 10:48:24 -05:00
parent 20a570ebe8
commit 09554384ef
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1288,11 +1288,11 @@ async function main() {
// Handpicked rulesets from abroad
await rulesetFromURLs({
id: 'nrd.30day.phishing',
name: '30-day Phishing Domain List',
id: 'urlhaus.full',
name: 'Malicious URL Blocklist',
enabled: true,
urls: [ 'https://raw.githubusercontent.com/xRuffKez/NRD/refs/heads/main/lists/30-day_phishing/domains-only/nrd-phishing-30day.txt' ],
homeURL: 'https://github.com/xRuffKez/NRD?tab=readme-ov-file',
urls: [ 'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains.txt' ],
homeURL: 'https://gitlab.com/malware-filter/urlhaus-filter',
});
await rulesetFromURLs({