mirror of https://github.com/gorhill/uBlock.git
Remove Spam-404, add curben's Phishing and PUP lists
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1766
This commit is contained in:
parent
d7d38449ea
commit
9f693c75c7
|
@ -191,25 +191,44 @@
|
||||||
"title": "Online Malicious URL Blocklist",
|
"title": "Online Malicious URL Blocklist",
|
||||||
"contentURL": [
|
"contentURL": [
|
||||||
"https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt",
|
"https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt",
|
||||||
"https://raw.githubusercontent.com/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt",
|
|
||||||
"assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt"
|
"assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt"
|
||||||
],
|
],
|
||||||
"cdnURLs": [
|
"cdnURLs": [
|
||||||
"https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-online.txt",
|
"https://cdn.statically.io/gl/curben/urlhaus-filter/master/urlhaus-filter-online.txt",
|
||||||
|
"https://raw.githubusercontent.com/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt",
|
||||||
"https://gitcdn.xyz/repo/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt",
|
"https://gitcdn.xyz/repo/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt",
|
||||||
"https://cdn.jsdelivr.net/gh/curbengh/urlhaus-filter/urlhaus-filter-online.txt",
|
"https://cdn.jsdelivr.net/gh/curbengh/urlhaus-filter/urlhaus-filter-online.txt",
|
||||||
"https://raw.githubusercontent.com/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt",
|
|
||||||
"https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt"
|
"https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt"
|
||||||
],
|
],
|
||||||
"supportURL": "https://gitlab.com/curben/urlhaus-filter#urlhaus-malicious-url-blocklist"
|
"supportURL": "https://gitlab.com/curben/urlhaus-filter#urlhaus-malicious-url-blocklist"
|
||||||
},
|
},
|
||||||
"spam404-0": {
|
"curben-phishing": {
|
||||||
"content": "filters",
|
"content": "filters",
|
||||||
"group": "malware",
|
"group": "malware",
|
||||||
"off": true,
|
"off": true,
|
||||||
"title": "Spam404",
|
"title": "Phishing URL Blocklist",
|
||||||
"contentURL": "https://raw.githubusercontent.com/Spam404/lists/master/adblock-list.txt",
|
"contentURL": "https://curben.gitlab.io/malware-filter/phishing-filter.txt",
|
||||||
"supportURL": "http://www.spam404.com/"
|
"cdnURLs": [
|
||||||
|
"https://cdn.statically.io/gh/curbengh/phishing-filter/master/dist/phishing-filter.txt",
|
||||||
|
"https://raw.githubusercontent.com/curbengh/phishing-filter/master/dist/phishing-filter.txt",
|
||||||
|
"https://gitcdn.xyz/repo/curbengh/phishing-filter/master/dist/phishing-filter.txt",
|
||||||
|
"https://cdn.jsdelivr.net/gh/curbengh/phishing-filter/dist/phishing-filter.txt"
|
||||||
|
],
|
||||||
|
"supportURL": "https://gitlab.com/curben/phishing-filter#phishing-url-blocklist"
|
||||||
|
},
|
||||||
|
"curben-pup": {
|
||||||
|
"content": "filters",
|
||||||
|
"group": "malware",
|
||||||
|
"off": true,
|
||||||
|
"title": "PUP Domains Blocklist",
|
||||||
|
"contentURL": "https://curben.gitlab.io/malware-filter/pup-filter.txt",
|
||||||
|
"cdnURLs": [
|
||||||
|
"https://cdn.statically.io/gl/curben/phishing-filter/master/dist/pup-filter.txt",
|
||||||
|
"https://raw.githubusercontent.com/curbengh/phishing-filter/master/dist/pup-filter.txt",
|
||||||
|
"https://gitcdn.xyz/repo/curbengh/phishing-filter/master/dist/pup-filter.txt",
|
||||||
|
"https://cdn.jsdelivr.net/gh/curbengh/phishing-filter/dist/pup-filter.txt"
|
||||||
|
],
|
||||||
|
"supportURL": "https://gitlab.com/curben/pup-filter#pup-domains-blocklist"
|
||||||
},
|
},
|
||||||
"adguard-annoyance": {
|
"adguard-annoyance": {
|
||||||
"content": "filters",
|
"content": "filters",
|
||||||
|
|
Loading…
Reference in New Issue