
commit 15cf08adee2d81031b12769e75edb02eab85042b Author: Nicolas Vigier <boklm@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%/%VE..."); +pref("app.update.url", "https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VE..."); // app.update.url.manual is in branding section // app.update.url.details is in branding section