1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

fix(assets): remove netlify from urlhaus-filter

This commit is contained in:
Ming Di Leom 2022-03-14 06:54:57 +00:00 committed by Raymond Hill
parent 6573a59a59
commit b4fe22c7b6
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -202,8 +202,7 @@
"cdnURLs": [
"https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt",
"https://curben.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt",
"https://malware-filter.pages.dev/urlhaus-filter-online.txt",
"https://malware-filter.netlify.app/urlhaus-filter-online.txt"
"https://malware-filter.pages.dev/urlhaus-filter-online.txt"
],
"supportURL": "https://gitlab.com/curben/urlhaus-filter#malicious-url-blocklist"
},
@ -216,8 +215,7 @@
"cdnURLs": [
"https://curbengh.github.io/phishing-filter/phishing-filter.txt",
"https://curben.gitlab.io/phishing-filter/phishing-filter.txt",
"https://phishing-filter.pages.dev/phishing-filter.txt",
"https://phishing-filter.netlify.app/phishing-filter.txt"
"https://phishing-filter.pages.dev/phishing-filter.txt"
],
"supportURL": "https://gitlab.com/curben/phishing-filter#phishing-url-blocklist"
},
@ -230,8 +228,7 @@
"cdnURLs": [
"https://curbengh.github.io/pup-filter/pup-filter.txt",
"https://curben.gitlab.io/pup-filter/pup-filter.txt",
"https://pup-filter.pages.dev/pup-filter.txt",
"https://pup-filter.netlify.app/pup-filter.txt"
"https://pup-filter.pages.dev/pup-filter.txt"
],
"supportURL": "https://gitlab.com/curben/pup-filter#pup-domains-blocklist"
},