[tbb-commits] [tor-browser] 01/02: fixup! Firefox preference overrides.
gitolite role
git at cupani.torproject.org
Tue Aug 30 19:27:47 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 294e26eec8fa1508832c2d4ed193faa906295dca
Author: Pier Angelo Vendrame <pierov at 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);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list