commit 5e44400548a9fd480e6715771c75dad75796f1e7 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 --- 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 d8bfeac..6b3385e 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -134,7 +134,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
tbb-commits@lists.torproject.org