[tor-commits] [tor-browser/tor-browser-38.6.1esr-6.0-1] Bug 18292: Staged updates fail on Windows
gk at torproject.org
gk at torproject.org
Fri Mar 4 11:33:21 UTC 2016
commit 39f394ef4f103cec0599687118dd7298b3c3981a
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Mon Feb 15 10:44:25 2016 -0500
Bug 18292: Staged updates fail on Windows
Temporarily disable staged updates on Windows.
---
browser/app/profile/000-tor-browser.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index dfe317f..0dd4e5b 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -21,6 +21,11 @@ pref("app.update.promptWaitTime", 3600);
pref("app.update.badge", true);
pref("extensions.hotfix.id", ""); // Bug 16837: Disable hotfix updates as they may cause compat issues
+#ifdef XP_WIN
+// For now, disable staged updates on Windows (see #18292).
+pref("app.update.staging.enabled", false);
+#endif
+
// Disable "Slow startup" warnings and associated disk history
// (bug #13346)
pref("browser.slowStartup.notificationDisabled", true);
More information about the tor-commits
mailing list