Use HOSTS version of "Malicious URL Blocklist"

Related issue:
https://github.com/uBlockOrigin/uBOL-home/issues/256
This commit is contained in:
Raymond Hill 2024-12-12 20:00:08 -05:00
parent b7bacc0fc1
commit 54ebea31f7
No known key found for this signature in database
GPG key ID: 25E1490B761470C2
2 changed files with 12 additions and 4 deletions

View file

@ -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",
@ -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",

View file

@ -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',
});