From b4fe22c7b6b47b4a2630c3024f582edab4495e4c Mon Sep 17 00:00:00 2001 From: Ming Di Leom <43627182+curbengh@users.noreply.github.com> Date: Mon, 14 Mar 2022 06:54:57 +0000 Subject: [PATCH] fix(assets): remove netlify from urlhaus-filter --- assets/assets.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/assets/assets.json b/assets/assets.json index dde5af37e..74d3a1894 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -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" },