commit 74af032f2b07b8106b216a240c175d163634d89d Author: Kathy Brade brade@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%..."); +pref("app.update.url", "https://aus1.torproject.org/dist/torbrowser/update_2/%CHANNEL%/%BUILD_TARGET...");
// app.update.url.manual is in branding section // app.update.url.details is in branding section