From 6c1e022194fe299ed64c78a93ed19943c2dca6cb Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:28:11 -0400 Subject: [PATCH] revert kyber https://github.com/zen-browser/desktop/pull/2275 --- Securefox.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Securefox.js b/Securefox.js index fbff0ac7d..dfc44eeb4 100644 --- a/Securefox.js +++ b/Securefox.js @@ -347,8 +347,9 @@ user_pref("security.tls.enable_0rtt_data", false); // PREF: enable hybrid post-quantum key exchange // [1] https://pq.cloudflareresearch.com -user_pref("security.tls.enable_kyber", true); -user_pref("network.http.http3.enable_kyber", true); +// [2] https://github.com/zen-browser/desktop/pull/2275 +//user_pref("security.tls.enable_kyber", true); +//user_pref("network.http.http3.enable_kyber", true); /**************************************************************************** * SECTION: FINGERPRINT PROTECTION (FPP) *