|
@@ -930,7 +930,7 @@ var policies = {
|
|
|
"unit": 'bytes'
|
|
|
},
|
|
|
"oldHttpProtocol": {
|
|
|
- "label": "HTTP/1 requests",
|
|
|
+ "label": "HTTP protocols",
|
|
|
"message": "<p>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!</p><p>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.</p>",
|
|
|
"hasOffenders": true,
|
|
|
"scoreFn": function(data) {
|
|
@@ -971,7 +971,7 @@ var policies = {
|
|
|
},
|
|
|
"oldTlsProtocol": {
|
|
|
"tool": "phantomas",
|
|
|
- "label": "Old TLS protocols",
|
|
|
+ "label": "TLS protocols",
|
|
|
"message": "<p>Counts the number of domains that use TLS versions < 1.3. This is the latest version and it includes a faster \"handshake\" technology.</p><p>The 1.0 and 1.1 versions are deprecated because they are unsafe, switch to 1.2 or above as soon as possible.</p><p>The version 1.3 includes an even faster option called 0-RTT, check your server compatibility on <a href='https://www.ssllabs.com/ssltest/' target=\"_blank\">SSL Labs</a>.</p>",
|
|
|
"isOkThreshold": 0,
|
|
|
"isBadThreshold": 5,
|