From 60fcdf8e71b005c513b7a39c10ee029ff964c14f Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 6 Aug 2023 09:19:35 -0400 Subject: [PATCH] Update main URL of urlhaus lists Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/2766 --- assets/assets.dev.json | 4 ++-- assets/assets.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/assets.dev.json b/assets/assets.dev.json index 9e16ae1b4..2e3ac838d 100644 --- a/assets/assets.dev.json +++ b/assets/assets.dev.json @@ -222,7 +222,7 @@ "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ - "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ @@ -250,7 +250,7 @@ "group": "malware", "off": true, "title": "PUP Domains Blocklist", - "contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt", + "contentURL": "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", "cdnURLs": [ "https://curbengh.github.io/pup-filter/pup-filter.txt", "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", diff --git a/assets/assets.json b/assets/assets.json index f2eadf9db..c1ea3d2a0 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -222,7 +222,7 @@ "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ - "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ @@ -250,7 +250,7 @@ "group": "malware", "off": true, "title": "PUP Domains Blocklist", - "contentURL": "https://malware-filter.gitlab.io/malware-filter/pup-filter.txt", + "contentURL": "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt", "cdnURLs": [ "https://curbengh.github.io/pup-filter/pup-filter.txt", "https://malware-filter.gitlab.io/pup-filter/pup-filter.txt",