[tor-commits] [tor-browser/tor-browser-45.4.0esr-6.5-1] fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.

gk at torproject.org gk at torproject.org
Thu Nov 10 09:45:02 UTC 2016


commit 74af032f2b07b8106b216a240c175d163634d89d
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Thu Jun 23 10:09:15 2016 -0400

    fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
    
    Change app.update.url to point to aus1.tpo (bug 19481).
---
 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 6e424cb..64ab700 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://www.torproject.org/dist/torbrowser/update_2/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%");
+pref("app.update.url", "https://aus1.torproject.org/dist/torbrowser/update_2/%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