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 b7bacc0 commit 54ebea3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 11 additions & 1 deletion assets/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
"off": true,
"title": "🇷🇺ru 🇺🇦ua 🇺🇿uz 🇰🇿kz: RU AdList",
"tags": "ads belarusian беларуская kazakh tatar russian русский ukrainian українська uzbek",
"lang": "be kk tt ru uk uz",
"lang": "be kk tt ru uz",
"contentURL": "https://raw.githubusercontent.com/easylist/ruadlist/master/RuAdList-uBO.txt",
"cdnURLs": [
"https://cdn.jsdelivr.net/gh/dimisa-RUAdList/RUAdListCDN@main/lists/ruadlist.ubo.min.txt",
Expand Down Expand Up @@ -922,6 +922,16 @@
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
"instructionURL": "https://adguard.com/kb/general/ad-filtering/adguard-filters/"
},
"UKR-0": {
"content": "filters",
"group": "regions",
"off": true,
"title": "🇺🇦ua: Ukrainian Ad List",
"tags": "ads ukraine україна",
"lang": "uk",
"contentURL": "https://raw.githubusercontent.com/ukrainianfilters/lists/main/ads/ads.txt",
"supportURL": "https://github.com/ukrainianfilters/lists"
},
"VIE-1": {
"content": "filters",
"group": "regions",
Expand Down
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 54ebea3

Please sign in to comment.