From b553a66f7072b7cfbc231bf6b87ba718b31fc36e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 9 Dec 2020 07:56:32 -0500 Subject: [PATCH] Remove `update_info_url` to prevent Firefox from using the link Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1391 --- dist/firefox/updates.template.json | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/firefox/updates.template.json b/dist/firefox/updates.template.json index 3a78fdb85..8600e1168 100644 --- a/dist/firefox/updates.template.json +++ b/dist/firefox/updates.template.json @@ -5,7 +5,6 @@ { "version": "$ext_version", "browser_specific_settings": { "gecko": { "strict_min_version": "55" } }, - "update_info_url": "https://github.com/gorhill/uBlock/releases/tag/$tag_version", "update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi" } ]