Update user.js

This commit is contained in:
Thorin-Oakenpants 2019-01-30 11:18:57 +00:00 committed by GitHub
parent 717377a863
commit 7f118dbd92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,8 @@ user_pref("_user.js.parrot", "0300 syntax error: the parrot's not pinin' for the
/* 0301b: disable auto-update checks for extensions
* [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/
// user_pref("extensions.update.enabled", false);
/* 0302a: disable auto update installing for Firefox
/* 0302a: disable auto update installing for Firefox [NON-WINDOWS FF65+]
* [NOTE] In FF65+ on Windows this setting is now stored in a file and the pref was removed
* [SETTING] General>Firefox Updates>Check for updates but let you choose... ***/
user_pref("app.update.auto", false);
/* 0302b: disable auto update installing for extensions (after the check in 0301b)