[tbb-commits] [tor-browser/tor-browser-45.9.0esr-6.5-1] fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
gk at torproject.org
gk at torproject.org
Thu Apr 13 15:16:25 UTC 2017
commit 15cf08adee2d81031b12769e75edb02eab85042b
Author: Nicolas Vigier <boklm at torproject.org>
Date: Thu Apr 13 16:54:08 2017 +0200
fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
Bug 19316: change update URL from update_2 to update_3
Change the update URL so that 6.5.1 users who don't have SSE available
are not updated to 7.0 directly when it is avaible.
---
browser/app/profile/firefox.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js
index ce16a75..c40c936 100644
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -147,7 +147,7 @@ pref("app.update.badge", false);
pref("app.update.staging.enabled", true);
// Update service URL:
-pref("app.update.url", "https://aus1.torproject.org/torbrowser/update_2/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%");
+pref("app.update.url", "https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%");
// app.update.url.manual is in branding section
// app.update.url.details is in branding section
More information about the tbb-commits
mailing list