From 31121ab38876360d89cbf5e0096191427d037cd3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 8 Oct 2020 07:25:15 -0400 Subject: [PATCH] Update urlhaus-filter URL Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1285 --- assets/assets.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/assets.json b/assets/assets.json index d7f137827a335..3e0fbc39a871c 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -147,7 +147,8 @@ "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ - "https://gitlab.com/curben/urlhaus-filter/raw/master/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" ], "cdnURLs": [ @@ -155,7 +156,7 @@ "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://raw.githubusercontent.com/curbengh/urlhaus-filter/master/urlhaus-filter-online.txt", - "https://gitlab.com/curben/urlhaus-filter/raw/master/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" },