This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.2.0esr-12.0-1 in repository tor-browser.
commit 0b39923ea81c002f2ae992d43ea5a62e71739c4b Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Aug 30 11:28:57 2022 +0200
squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
Bug 41137: Disable HTTP/3 until UDP is available in Tor. --- browser/app/profile/000-tor-browser.js | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js index c47a4e509525f..9a269f5a96328 100644 --- a/browser/app/profile/000-tor-browser.js +++ b/browser/app/profile/000-tor-browser.js @@ -32,6 +32,10 @@ pref("browser.uiCustomization.state", "{"placements":{"widget-overflow-fixed- // Treat .onions as secure pref("dom.securecontext.allowlist_onions", true);
+// Bug 40423/41137: Disable http/3 +// We should re-enable it as soon as Tor gets UDP support +pref("network.http.http3.enabled", false); + #expand pref("torbrowser.version", __TOR_BROWSER_VERSION_QUOTED__);
// Old torbutton prefs