mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Replace "30-day Phishing Domain List" with "Malicious URL Blocklist"
As per team feedback.
This commit is contained in:
parent
20a570ebe8
commit
09554384ef
1 changed files with 4 additions and 4 deletions
|
|
@ -1288,11 +1288,11 @@ async function main() {
|
||||||
|
|
||||||
// Handpicked rulesets from abroad
|
// Handpicked rulesets from abroad
|
||||||
await rulesetFromURLs({
|
await rulesetFromURLs({
|
||||||
id: 'nrd.30day.phishing',
|
id: 'urlhaus.full',
|
||||||
name: '30-day Phishing Domain List',
|
name: 'Malicious URL Blocklist',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
urls: [ 'https://raw.githubusercontent.com/xRuffKez/NRD/refs/heads/main/lists/30-day_phishing/domains-only/nrd-phishing-30day.txt' ],
|
urls: [ 'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains.txt' ],
|
||||||
homeURL: 'https://github.com/xRuffKez/NRD?tab=readme-ov-file',
|
homeURL: 'https://gitlab.com/malware-filter/urlhaus-filter',
|
||||||
});
|
});
|
||||||
|
|
||||||
await rulesetFromURLs({
|
await rulesetFromURLs({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue