user.js

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

commit 6f8d0263df52b239f8d7dd5485591abf62c67680
parent 25b8b404fbf25c0b3b73ef87a954dbee6323fc1c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun, 28 Apr 2019 02:55:45 +0000

0303 + 0304 + 0305: remove, closes #708
Diffstat:
Muser.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/user.js b/user.js @@ -193,14 +193,6 @@ user_pref("app.update.auto", false); /* 0302b: disable auto-INSTALLING extension and theme updates (after the check in 0301b) * [SETTING] about:addons>Extensions>[cog-wheel-icon]>Update Add-ons Automatically (toggle) ***/ // user_pref("extensions.update.autoUpdateDefault", false); -/* 0303: disable background update service [WINDOWS] - * [SETTING] General>Firefox Updates>Use a background service to install updates ***/ -user_pref("app.update.service.enabled", false); -/* 0304: disable background update staging ***/ -user_pref("app.update.staging.enabled", false); -/* 0305: enforce update information is displayed - * This is the update available, downloaded, error and success information ***/ -user_pref("app.update.silent", false); /* 0306: disable extension metadata * used when installing/updating an extension, and in daily background update checks: if false, it * hides the expanded text description (if it exists) when you "show more details about an addon" ***/