This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-1 by this push: new 608b7e33e943 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser. 608b7e33e943 is described below
commit 608b7e33e9435652beab136d6d1d79bce825ff1c Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Wed Oct 19 16:55:21 2022 +0200
fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
Bug 41368: Hardcode ALL in the update URL, rather than changing update.locale
Changing update.locale makes English disappear from available languages in about:preferences. --- build/application.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/application.ini.in b/build/application.ini.in index 9a0b162d447d..f943f2d41cd3 100644 --- a/build/application.ini.in +++ b/build/application.ini.in @@ -52,5 +52,5 @@ ServerURL=@MOZ_CRASHREPORTER_URL@/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSIO
#if MOZ_UPDATER [AppUpdate] -URL=https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VE... +URL=https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VE... #endif
tor-commits@lists.torproject.org