commit fdf24ff74128d674358878e998e8048306e48bb4 Author: Georg Koppen gk@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..."); +pref("app.update.url", "https://aus1.torproject.org/torbrowser/update_2/%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