From e087d142055fc0a04395fec4e3f3cdf2c102390c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 2 Sep 2025 09:52:35 +0300 Subject: [PATCH] firefox: fix uBlacklist uri --- etc/firefox/policies/policies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index baed63c4..1c8a1783 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -254,7 +254,7 @@ "@ublacklist": { "blocked_install_message": "uBlackList", "default_area": "menupanel", - "install_url": "https://addons.mozilla.org/firefox/downloads/latest//latest.xpi", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublacklist/latest.xpi", "installation_mode": "normal_installed", "private_browsing": true },