From 7de61bb4d8393641c39ca8a438806499761e7220 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 5 Aug 2023 12:38:10 -0400 Subject: [PATCH] Fix broken "Phishing URL Blocklist" URL Related feedback: https://www.reddit.com/r/uBlockOrigin/comments/15iwvqi/ --- assets/assets.dev.json | 2 +- assets/assets.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/assets.dev.json b/assets/assets.dev.json index 9bad9d6c6..9e16ae1b4 100644 --- a/assets/assets.dev.json +++ b/assets/assets.dev.json @@ -237,7 +237,7 @@ "group": "malware", "off": true, "title": "Phishing URL Blocklist", - "contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt", + "contentURL": "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", "cdnURLs": [ "https://curbengh.github.io/phishing-filter/phishing-filter.txt", "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", diff --git a/assets/assets.json b/assets/assets.json index 6c7314a7e..f2eadf9db 100644 --- a/assets/assets.json +++ b/assets/assets.json @@ -237,7 +237,7 @@ "group": "malware", "off": true, "title": "Phishing URL Blocklist", - "contentURL": "https://malware-filter.gitlab.io/malware-filter/phishing-filter.txt", + "contentURL": "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt", "cdnURLs": [ "https://curbengh.github.io/phishing-filter/phishing-filter.txt", "https://malware-filter.gitlab.io/phishing-filter/phishing-filter.txt",