tor-browser

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

commit 988aa252d2fb9866fc7f397da4ac602860dc707a
parent 62c170d960bae034b8527ab3d08420c346986d74
Author: John M. Schanck <jschanck@mozilla.com>
Date:   Fri,  3 Oct 2025 17:25:32 +0000

Bug 1992456 - Set security.tls.client_hello.send_p256_keyshare to false on nightly. r=keeler

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -17369,7 +17369,7 @@ - name: security.tls.client_hello.send_p256_keyshare type: RelaxedAtomicBool - value: true + value: @IS_NOT_NIGHTLY_BUILD@ mirror: always rust: true