From 6240c3300f2bb7cfffd3fc339228717782d48a4c Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:35:50 -0500 Subject: [PATCH] update statistic --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index 0e1327b..3b985a1 100644 --- a/Securefox.js +++ b/Securefox.js @@ -360,7 +360,7 @@ user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); // know that. Setting this pref to true is the only way for the // browser to ensure there will be no unsafe renegotiations on // the channel between the browser and the server. -// [STATS] SSL Labs > Renegotiation Support (May 2024) reports over 99.7% of top sites have secure renegotiation [4]. +// [STATS] SSL Labs > Renegotiation Support (Nov 2025) reports almost 99.8% of top sites have secure renegotiation [4]. // [1] https://wiki.mozilla.org/Security:Renegotiation // [2] https://datatracker.ietf.org/doc/html/rfc5746 // [3] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3555