From 402e2ebf57f7294277f803cb625db0c851824cb6 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 26 Sep 2023 16:20:01 -0400 Subject: [PATCH] Use AG version of urlhaus list Related discussion: https://github.com/uBlockOrigin/uAssets/issues/7636#issuecomment-1735697402 --- assets/assets.dev.json | 8 ++++---- assets/assets.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/assets.dev.json b/assets/assets.dev.json index e87096fae..669e7152f 100644 --- a/assets/assets.dev.json +++ b/assets/assets.dev.json @@ -221,13 +221,13 @@ "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ - "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-ag-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ - "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", - "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", - "https://malware-filter.pages.dev/urlhaus-filter-online.txt" + "https://curbengh.github.io/malware-filter/urlhaus-filter-ag-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-ag-online.txt", + "https://malware-filter.pages.dev/urlhaus-filter-ag-online.txt" ], "supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist" }, diff --git a/assets/assets.json b/assets/assets.json index 9abb75a32..494204de4 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -221,13 +221,13 @@ "group": "malware", "title": "Online Malicious URL Blocklist", "contentURL": [ - "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-ag-online.txt", "assets/thirdparties/urlhaus-filter/urlhaus-filter-online.txt" ], "cdnURLs": [ - "https://curbengh.github.io/malware-filter/urlhaus-filter-online.txt", - "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-online.txt", - "https://malware-filter.pages.dev/urlhaus-filter-online.txt" + "https://curbengh.github.io/malware-filter/urlhaus-ag-filter-online.txt", + "https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-ag-online.txt", + "https://malware-filter.pages.dev/urlhaus-filter-ag-online.txt" ], "supportURL": "https://gitlab.com/malware-filter/urlhaus-filter#malicious-url-blocklist" },