From 417d6c99f96b3b48f7e2093c874743963d4b3652 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <43627182+curbengh@users.noreply.github.com> Date: Sun, 9 Jan 2022 09:30:46 +0000 Subject: [PATCH] fix(curben filters): replace deprecated mirrors - https://gitlab.com/curben/urlhaus-filter/-/commit/8c94ddba40d794b194f614091a84f5fc1d00a4b0 - https://gitlab.com/curben/phishing-filter/-/commit/6cb2cbff6e1cd0fa97dafbe7199a5e54f5e23155 - https://gitlab.com/curben/pup-filter/-/commit/e5bb1712c0bfcf05c57e9fc01fa343494b466694 --- assets/assets.json | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/assets/assets.json b/assets/assets.json index 7259920669aa3..2827259c73b25 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -200,13 +200,15 @@ "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ - "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://cdn.jsdelivr.net/gh/curbengh/urlhaus-filter/urlhaus-filter-online.txt", - "https://curben.gitlab.io/malware-filter/urlhaus-filter-online.txt" + "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", + "https://curbengh.github.io/urlhaus-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://urlhaus-filter.pages.dev/urlhaus-filter-online.txt", + "https://malware-filter.netlify.app/urlhaus-filter-online.txt", + "https://urlhaus-filter.netlify.app/urlhaus-filter-online.txt" ], - "supportURL": "https://gitlab.com/curben/urlhaus-filter#urlhaus-malicious-url-blocklist" + "supportURL": "https://gitlab.com/curben/urlhaus-filter#malicious-url-blocklist" }, "curben-phishing": { "content": "filters", @@ -215,10 +217,13 @@ "title": "Phishing URL Blocklist", "contentURL": "https://curben.gitlab.io/malware-filter/phishing-filter.txt", "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" + "https://curbengh.github.io/malware-filter/phishing-filter.txt", + "https://curbengh.github.io/phishing-filter/phishing-filter.txt", + "https://curben.gitlab.io/phishing-filter/phishing-filter.txt", + "https://malware-filter.pages.dev/phishing-filter.txt", + "https://phishing-filter.pages.dev/phishing-filter.txt", + "https://malware-filter.netlify.app/phishing-filter.txt", + "https://phishing-filter.netlify.app/phishing-filter.txt" ], "supportURL": "https://gitlab.com/curben/phishing-filter#phishing-url-blocklist" }, @@ -229,10 +234,13 @@ "title": "PUP Domains Blocklist", "contentURL": "https://curben.gitlab.io/malware-filter/pup-filter.txt", "cdnURLs": [ - "https://cdn.statically.io/gh/curbengh/pup-filter/master/dist/pup-filter.txt", - "https://raw.githubusercontent.com/curbengh/pup-filter/master/dist/pup-filter.txt", - "https://gitcdn.xyz/repo/curbengh/pup-filter/master/dist/pup-filter.txt", - "https://cdn.jsdelivr.net/gh/curbengh/pup-filter/dist/pup-filter.txt" + "https://curbengh.github.io/malware-filter/pup-filter.txt", + "https://curbengh.github.io/pup-filter/pup-filter.txt", + "https://curben.gitlab.io/pup-filter/pup-filter.txt", + "https://malware-filter.pages.dev/pup-filter.txt", + "https://pup-filter.pages.dev/pup-filter.txt", + "https://malware-filter.netlify.app/pup-filter.txt", + "https://pup-filter.netlify.app/pup-filter.txt" ], "supportURL": "https://gitlab.com/curben/pup-filter#pup-domains-blocklist" },