commit 2da3b0192f14a47e5d48446989251e1fd9c380a0
parent ada8158caf3f0c0fac7f1e4d2694fcdf7fc28b59
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Wed, 7 Apr 2021 09:36:01 +0000
update HTTP2 stats
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/user.js b/user.js
@@ -386,8 +386,8 @@ user_pref("network.dns.disableIPv6", true);
/* 0702: disable HTTP2
* HTTP2 raises concerns with "multiplexing" and "server push", does nothing to
* enhance privacy, and opens up a number of server-side fingerprinting opportunities.
- * [WARNING] Disabling this made sense in the past, and doesn't break anything, but HTTP2 is
- * at 40% (December 2019) and growing [5]. Don't be that one person using HTTP1.1 on HTTP2 sites
+ * [WARNING] Disabling this made sense in the past, and doesn't break anything, but HTTP2 is over
+ * 50% of sites (April 2021) and growing [5]. Don't be that one person using HTTP1.1 on HTTP2 sites
* [1] https://http2.github.io/faq/
* [2] https://blog.scottlogic.com/2014/11/07/http-2-a-quick-look.html
* [3] https://http2.github.io/http2-spec/#rfc.section.10.8