user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 76293cab6a3dab0fd2429f843a53c84c1f1e3209
parent 4a0ff9ea3349614aade04c086c1c51b3cadb23b1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu,  1 Jun 2017 01:56:23 +1200

3006: add-on signing url fix
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1531,7 +1531,7 @@ user_pref("browser.backspace_action", 2); // user_pref("clipboard.autocopy", false); /* 3006: disable enforced add-on signing (FF43+) * [NOTE] Only applicable to Nightly and ESR (FF48+) - * [1] https://wiki.mozilla.org/Add-ons/Extension_Signing#Timeline ***/ + * [1] https://wiki.mozilla.org/Add-ons/Extension_Signing#Documentation ***/ // user_pref("xpinstall.signatures.required", false); /* 3007: open new windows in a new tab instead * 1=current window, 2=new window, 3=most recent window