Skip to content

Commit

Permalink
Use HOSTS version of "Malicious URL Blocklist"
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 13, 2024
1 parent 439d608 commit 0f373b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions platform/mv3/make-rulesets.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
Expand Down

0 comments on commit 0f373b7

Please sign in to comment.