diff --git a/lib/metadata/policies.js b/lib/metadata/policies.js index 3a3591f..5ea155b 100644 --- a/lib/metadata/policies.js +++ b/lib/metadata/policies.js @@ -930,7 +930,7 @@ var policies = { "unit": 'bytes' }, "oldHttpProtocol": { - "label": "HTTP/1 requests", + "label": "HTTP protocols", "message": "

HTTP/2 is the latest version of the HTTP protocol. It is designed to optimize load speed. HTTP/3 will come soon and should be even faster!

When a domain sends more than 4 requests over HTTP/1, this metric counts one point for each new request. Below 5 requests, the benefits of HTTP/2 are generally less significant.

", "hasOffenders": true, "scoreFn": function(data) { @@ -971,7 +971,7 @@ var policies = { }, "oldTlsProtocol": { "tool": "phantomas", - "label": "Old TLS protocols", + "label": "TLS protocols", "message": "

Counts the number of domains that use TLS versions < 1.3. This is the latest version and it includes a faster \"handshake\" technology.

The 1.0 and 1.1 versions are deprecated because they are unsafe, switch to 1.2 or above as soon as possible.

The version 1.3 includes an even faster option called 0-RTT, check your server compatibility on SSL Labs.

", "isOkThreshold": 0, "isBadThreshold": 5,