Skip to content

Commit

Permalink
revert kyber
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Oct 24, 2024
1 parent 538e27d commit 6c1e022
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Securefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) *
Expand Down

0 comments on commit 6c1e022

Please sign in to comment.