mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #2723 - Remove obsolete NPN prefs and callbacks.
NPN was removed from NSS a long time ago, this effectively does nothing. ALPN also should be default-enabled (we do this by pref but the component itself should have a sane default) so this was flipped as a drive-by fix. Resolves #2723
This commit is contained in:
parent
51022b98b2
commit
5960178802
5 changed files with 6 additions and 51 deletions
|
|
@ -13,8 +13,6 @@ pref("security.ssl.treat_unsafe_negotiation_as_broken", false);
|
|||
pref("security.ssl.require_safe_negotiation", false);
|
||||
pref("security.ssl.enable_ocsp_stapling", true);
|
||||
pref("security.ssl.enable_false_start", true);
|
||||
pref("security.ssl.false_start.require-npn", false);
|
||||
pref("security.ssl.enable_npn", true);
|
||||
pref("security.ssl.enable_alpn", true);
|
||||
|
||||
// TLS 1.3 cipher suites
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue