[tor-commits] [tor-browser/tor-browser-52.0.2esr-7.0-2] fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.

gk at torproject.org gk at torproject.org
Thu Apr 13 15:42:58 UTC 2017


commit 5e44400548a9fd480e6715771c75dad75796f1e7
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
---
 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%/%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 tor-commits mailing list