[tbb-commits] [tor-browser/tor-browser-45.5.1esr-6.5-1] fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
gk at torproject.org
gk at torproject.org
Mon Dec 5 07:16:27 UTC 2016
commit fdf24ff74128d674358878e998e8048306e48bb4
Author: Georg Koppen <gk at torproject.org>
Date: Fri Nov 18 12:01:44 2016 +0000
fixup! Bug #4234: Use the Firefox Update Process for Tor Browser.
This fixes bug 20709.
---
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 64ab700..ce16a75 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/dist/torbrowser/update_2/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%");
+pref("app.update.url", "https://aus1.torproject.org/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 tbb-commits
mailing list