tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4b9821a48253a9b6fe3344b3e39b2bfc5fb764fe
parent f41fbf9cf7c6f3b34c1ba06c183bb963e805232f
Author: John M. Schanck <jschanck@mozilla.com>
Date:   Fri,  3 Oct 2025 12:02:07 +0000

Bug 1989986 - enable mlkem768x25519 in beta and release on Android. r=nkulatova

Differential Revision: https://phabricator.services.mozilla.com/D265640

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -15289,11 +15289,7 @@ # Has no effect unless security.tls.enable_kyber is true. - name: network.http.http3.enable_kyber type: RelaxedAtomicBool -#ifdef ANDROID - value: @IS_NIGHTLY_BUILD@ -#else value: true -#endif mirror: always rust: true @@ -17360,11 +17356,7 @@ - name: security.tls.enable_kyber type: RelaxedAtomicBool -#ifdef ANDROID - value: @IS_NIGHTLY_BUILD@ -#else value: true -#endif mirror: always rust: true