mirror of https://github.com/gorhill/uBlock.git
fix(curben-filter): curben.gitlab.io migrated to malware-filter.gitlab.io (#3867)
This commit is contained in:
parent
fd3ff0b395
commit
2ce7f84157
|
@ -37,7 +37,7 @@ uBlock Origin
|
|||
|
||||
**An efficient blocker add-on for various browsers. Fast, potent, and lean.**
|
||||
|
||||
uBlock Origin is **NOT** an "ad blocker": [it is a wide-spectrum blocker](https://github.com/gorhill/uBlock/wiki/Blocking-mode) -- which happens to be able to function as a mere "ad blocker". The default behavior of uBlock Origin when newly installed is to block ads, trackers and malware sites -- through [_EasyList_](https://easylist.github.io/#easylist), [_EasyPrivacy_](https://easylist.github.io/#easyprivacy), [_Peter Lowe’s ad/tracking/malware servers_](https://pgl.yoyo.org/adservers/policy.php), [_Online Malicious URL Blocklist_](https://gitlab.com/curben/urlhaus-filter#urlhaus-malicious-url-blocklist), and uBlock Origin's [own filter lists](https://github.com/uBlockOrigin/uAssets/tree/master/filters).
|
||||
uBlock Origin is **NOT** an "ad blocker": [it is a wide-spectrum blocker](https://github.com/gorhill/uBlock/wiki/Blocking-mode) -- which happens to be able to function as a mere "ad blocker". The default behavior of uBlock Origin when newly installed is to block ads, trackers and malware sites -- through [_EasyList_](https://easylist.github.io/#easylist), [_EasyPrivacy_](https://easylist.github.io/#easyprivacy), [_Peter Lowe’s ad/tracking/malware servers_](https://pgl.yoyo.org/adservers/policy.php), [_Online Malicious URL Blocklist_](https://gitlab.com/malware-filter/urlhaus-filter#urlhaus-malicious-url-blocklist), and uBlock Origin's [own filter lists](https://github.com/uBlockOrigin/uAssets/tree/master/filters).
|
||||
|
||||
***
|
||||
|
||||
|
|
|
@ -230,41 +230,41 @@
|
|||
"group": "malware",
|
||||
"title": "Online Malicious URL Blocklist",
|
||||
"contentURL": [
|
||||
"https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt",
|
||||
"https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt",
|
||||
"assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt"
|
||||
],
|
||||
"cdnURLs": [
|
||||
"https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt",
|
||||
"https://curben.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt",
|
||||
"https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt",
|
||||
"https://malware-filter.pages.dev/urlhaus-filter-online.txt"
|
||||
],
|
||||
"supportURL": "https://gitlab.com/curben/urlhaus-filter#malicious-url-blocklist"
|
||||
"supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist"
|
||||
},
|
||||
"curben-phishing": {
|
||||
"content": "filters",
|
||||
"group": "malware",
|
||||
"off": true,
|
||||
"title": "Phishing URL Blocklist",
|
||||
"contentURL": "https://curben.gitlab.io/malware-filter/phishing-filter.txt",
|
||||
"contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt",
|
||||
"cdnURLs": [
|
||||
"https://curbengh.github.io/phishing-filter/phishing-filter.txt",
|
||||
"https://curben.gitlab.io/phishing-filter/phishing-filter.txt",
|
||||
"https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt",
|
||||
"https://phishing-filter.pages.dev/phishing-filter.txt"
|
||||
],
|
||||
"supportURL": "https://gitlab.com/curben/phishing-filter#phishing-url-blocklist"
|
||||
"supportURL": "https://gitlab.com/malware-filter/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",
|
||||
"contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt",
|
||||
"cdnURLs": [
|
||||
"https://curbengh.github.io/pup-filter/pup-filter.txt",
|
||||
"https://curben.gitlab.io/pup-filter/pup-filter.txt",
|
||||
"https://malware-filter.gitlab.io/pup-filter/pup-filter.txt",
|
||||
"https://pup-filter.pages.dev/pup-filter.txt"
|
||||
],
|
||||
"supportURL": "https://gitlab.com/curben/pup-filter#pup-domains-blocklist"
|
||||
"supportURL": "https://gitlab.com/malware-filter/pup-filter#pup-domains-blocklist"
|
||||
},
|
||||
"adguard-annoyance": {
|
||||
"content": "filters",
|
||||
|
|
Loading…
Reference in New Issue