mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Revert "Use HOSTS version of "Malicious URL Blocklist""
This reverts commit 54ebea31f7.
This commit is contained in:
parent
8ba71f09d7
commit
439d608d03
2 changed files with 4 additions and 12 deletions
|
|
@ -830,7 +830,7 @@
|
||||||
"off": true,
|
"off": true,
|
||||||
"title": "🇷🇺ru 🇺🇦ua 🇺🇿uz 🇰🇿kz: RU AdList",
|
"title": "🇷🇺ru 🇺🇦ua 🇺🇿uz 🇰🇿kz: RU AdList",
|
||||||
"tags": "ads belarusian беларуская kazakh tatar russian русский ukrainian українська uzbek",
|
"tags": "ads belarusian беларуская kazakh tatar russian русский ukrainian українська uzbek",
|
||||||
"lang": "be kk tt ru uz",
|
"lang": "be kk tt ru uk uz",
|
||||||
"contentURL": "https://raw.githubusercontent.com/easylist/ruadlist/master/RuAdList-uBO.txt",
|
"contentURL": "https://raw.githubusercontent.com/easylist/ruadlist/master/RuAdList-uBO.txt",
|
||||||
"cdnURLs": [
|
"cdnURLs": [
|
||||||
"https://cdn.jsdelivr.net/gh/dimisa-RUAdList/RUAdListCDN@main/lists/ruadlist.ubo.min.txt",
|
"https://cdn.jsdelivr.net/gh/dimisa-RUAdList/RUAdListCDN@main/lists/ruadlist.ubo.min.txt",
|
||||||
|
|
@ -922,16 +922,6 @@
|
||||||
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
|
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
|
||||||
"instructionURL": "https://adguard.com/kb/general/ad-filtering/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": {
|
"VIE-1": {
|
||||||
"content": "filters",
|
"content": "filters",
|
||||||
"group": "regions",
|
"group": "regions",
|
||||||
|
|
|
||||||
|
|
@ -1292,9 +1292,11 @@ async function main() {
|
||||||
name: 'Malicious URL Blocklist',
|
name: 'Malicious URL Blocklist',
|
||||||
enabled: true,
|
enabled: true,
|
||||||
urls: [
|
urls: [
|
||||||
'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-hosts.txt',
|
'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains.txt',
|
||||||
],
|
],
|
||||||
filters: [
|
filters: [
|
||||||
|
// https://github.com/uBlockOrigin/uBOL-home/issues/256
|
||||||
|
'192.168.1.1$badfilter',
|
||||||
],
|
],
|
||||||
homeURL: 'https://gitlab.com/malware-filter/urlhaus-filter',
|
homeURL: 'https://gitlab.com/malware-filter/urlhaus-filter',
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue