mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Use HOSTS version of "Malicious URL Blocklist"
Related issue: https://github.com/uBlockOrigin/uBOL-home/issues/256
This commit is contained in:
parent
439d608d03
commit
0f373b7639
1 changed files with 1 additions and 3 deletions
|
|
@ -1292,11 +1292,9 @@ async function main() {
|
|||
name: 'Malicious URL Blocklist',
|
||||
enabled: true,
|
||||
urls: [
|
||||
'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains.txt',
|
||||
'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-hosts.txt',
|
||||
],
|
||||
filters: [
|
||||
// https://github.com/uBlockOrigin/uBOL-home/issues/256
|
||||
'192.168.1.1$badfilter',
|
||||
],
|
||||
homeURL: 'https://gitlab.com/malware-filter/urlhaus-filter',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue