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 294e26eec8fa1508832c2d4ed193faa906295dca Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Tue Aug 30 11:28:28 2022 +0200
fixup! Firefox preference overrides.
Enable HTTP/3 for Base Browser --- browser/app/profile/001-base-profile.js | 2 -- 1 file changed, 2 deletions(-)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js index 48ecfd4763692..3cfdc30c5564b 100644 --- a/browser/app/profile/001-base-profile.js +++ b/browser/app/profile/001-base-profile.js @@ -302,8 +302,6 @@ pref("network.connectivity-service.enabled", false); // As a "defense in depth" measure, configure an empty push server URL (the // DOM Push features are disabled by default via other prefs). pref("dom.push.serverURL", ""); -// Bug 40423: Disable http/3 -pref("network.http.http3.enabled", false);
// Extension support pref("extensions.autoDisableScopes", 0);