[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser/tor-browser-38.6.1esr-6.0-1] Bug 18292: Staged updates fail on Windows



commit 39f394ef4f103cec0599687118dd7298b3c3981a
Author: Kathy Brade <brade@xxxxxxxxxxxxxxxxx>
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);

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits