commit ec018dd67720587056d8d7d690368c9dbdd4942a Author: David Fifield david@bamsoftware.com Date: Wed Aug 28 12:33:35 2019 -0600
Add the missing app.update.checkInstallTime pref.
https://bugs.torproject.org/29611#comment:6 --- webextension/firefox-user.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/webextension/firefox-user.js b/webextension/firefox-user.js index b6786c9..c4e53e4 100644 --- a/webextension/firefox-user.js +++ b/webextension/firefox-user.js @@ -27,6 +27,7 @@ user_pref("app.update.enabled", false); user_pref("app.update.interval", 999999999); // don't check for updates user_pref("app.update.auto", false); // if downloaded, don't automatically install user_pref("app.update.doorhanger", false); // don't show an update notice in the UI +user_pref("app.update.checkInstallTime", false); // don't check based on date of build ID
// Set a failsafe blackhole proxy of 127.0.0.1:9, to prevent network interaction // in case the user manages to open this profile with a normal browser UI (i.e.,
tor-commits@lists.torproject.org