[tbb-commits] [tor-browser] 02/02: squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js

gitolite role git at cupani.torproject.org
Tue Aug 30 19:27:48 UTC 2022


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 at 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list