|
8 | 8 |
|
9 | 9 | {% block testdetailitems %}
|
10 | 10 | {% if probe.name == 'siteipv6' %}
|
11 |
| - <div class="test-subsection"> |
| 11 | + <h4 class="h5 color-secondary test-subsection"> |
12 | 12 | {% include "string.html" with name="results domain-mail ipv6 name-servers label" %}
|
13 |
| - </div> |
| 13 | + </h4> |
14 | 14 | {% include "details-test-item.html" with testitem=details.ns_aaaa %}
|
15 | 15 | {% include "details-test-item.html" with testitem=details.ns_reach %}
|
16 |
| - <div class="test-subsection"> |
| 16 | + <h4 class="h5 color-secondary test-subsection"> |
17 | 17 | {% include "string.html" with name="results domain ipv6 web-server label" %}
|
18 |
| - </div> |
| 18 | + </h4> |
19 | 19 | {% include "details-test-item.html" with testitem=details.web_aaaa %}
|
20 | 20 | {% include "details-test-item.html" with testitem=details.web_reach %}
|
21 | 21 | {% include "details-test-item.html" with testitem=details.web_ipv46 %}
|
|
25 | 25 | {% include "details-test-item.html" with testitem=details.dnssec_valid %}
|
26 | 26 |
|
27 | 27 | {% elif probe.name == 'sitetls' %}
|
28 |
| - <div class="test-subsection"> |
29 |
| - {% include "string.html" with name="results domain tls https label" %} |
30 |
| - </div> |
31 |
| - {% include "details-test-item.html" with testitem=details.https_exists %} |
| 28 | + <h4 class="h5 color-secondary test-subsection"> |
| 29 | + {% include "string.html" with name="results domain tls https label" %} |
| 30 | + </h4> |
| 31 | + {% include "details-test-item.html" with testitem=details.https_exists %} |
32 | 32 | {% include "details-test-item.html" with testitem=details.https_forced %}
|
33 | 33 | {% include "details-test-item.html" with testitem=details.http_compression %}
|
34 | 34 | {% include "details-test-item.html" with testitem=details.https_hsts %}
|
35 |
| - <div class="test-subsection"> |
| 35 | + <h4 class="h5 color-secondary test-subsection"> |
36 | 36 | {% include "string.html" with name="results domain tls tls label" %}
|
37 |
| - </div> |
| 37 | + </h4> |
38 | 38 | {% include "details-test-item.html" with testitem=details.tls_version %}
|
39 | 39 | {% include "details-test-item.html" with testitem=details.tls_ciphers %}
|
40 | 40 | {% include "details-test-item.html" with testitem=details.tls_cipher_order %}
|
|
45 | 45 | {% include "details-test-item.html" with testitem=details.renegotiation_client %}
|
46 | 46 | {% include "details-test-item.html" with testitem=details.zero_rtt %}
|
47 | 47 | {% include "details-test-item.html" with testitem=details.ocsp_stapling %}
|
48 |
| - <div class="test-subsection"> |
| 48 | + <h4 class="h5 color-secondary test-subsection"> |
49 | 49 | {% include "string.html" with name="results domain-mail tls certificate label" %}
|
50 |
| - </div> |
| 50 | + </h4> |
51 | 51 | {% include "details-test-item.html" with testitem=details.cert_trust %}
|
52 | 52 | {% include "details-test-item.html" with testitem=details.cert_pubkey %}
|
53 | 53 | {% include "details-test-item.html" with testitem=details.cert_signature %}
|
54 | 54 | {% include "details-test-item.html" with testitem=details.cert_hostmatch %}
|
55 | 55 | {% include "details-test-item.html" with testitem=details.web_caa %}
|
56 |
| - <div class="test-subsection"> |
| 56 | + <h4 class="h5 color-secondary test-subsection"> |
57 | 57 | {% include "string.html" with name="results domain-mail tls dane label" %}
|
58 |
| - </div> |
| 58 | + </h4> |
59 | 59 | {% include "details-test-item.html" with testitem=details.dane_exists %}
|
60 | 60 | {% include "details-test-item.html" with testitem=details.dane_valid %}
|
61 | 61 |
|
62 | 62 | {% elif probe.name == 'siteappsecpriv' %}
|
63 |
| - <div class="test-subsection"> |
64 |
| - {% include "string.html" with name="results domain appsecpriv http-headers label" %} |
65 |
| - </div> |
66 |
| - {% include "details-test-item.html" with testitem=details.http_x_frame %} |
| 63 | + <h4 class="h5 color-secondary test-subsection"> |
| 64 | + {% include "string.html" with name="results domain appsecpriv http-headers label" %} |
| 65 | + </h4> |
| 66 | + {% include "details-test-item.html" with testitem=details.http_x_frame %} |
67 | 67 | {% include "details-test-item.html" with testitem=details.http_x_content_type %}
|
68 | 68 | {# x-XSS shown for historical results only #}
|
69 | 69 | {% include "details-test-item.html" with testitem=details.http_x_xss %}
|
70 | 70 | {% include "details-test-item.html" with testitem=details.http_csp %}
|
71 | 71 | {% include "details-test-item.html" with testitem=details.http_referrer_policy %}
|
72 |
| - <div class="test-subsection"> |
| 72 | + <h4 class="h5 color-secondary test-subsection"> |
73 | 73 | {% include "string.html" with name="results domain appsecpriv other-options label" %}
|
74 |
| - </div> |
| 74 | + </h4> |
75 | 75 | {% include "details-test-item.html" with testitem=details.http_securitytxt %}
|
76 | 76 |
|
77 | 77 | {% elif probe.name == 'siterpki' %}
|
78 |
| - <div class="test-subsection"> |
79 |
| - {% include "string.html" with name="results domain-mail rpki name-servers label" %} |
80 |
| - </div> |
81 |
| - {% include "details-test-item.html" with testitem=details.ns_rpki_exists %} |
| 78 | + <h4 class="h5 color-secondary test-subsection"> |
| 79 | + {% include "string.html" with name="results domain-mail rpki name-servers label" %} |
| 80 | + </h4> |
| 81 | + {% include "details-test-item.html" with testitem=details.ns_rpki_exists %} |
82 | 82 | {% include "details-test-item.html" with testitem=details.ns_rpki_valid %}
|
83 |
| - <div class="test-subsection"> |
84 |
| - {% include "string.html" with name="results domain rpki web-server label" %} |
85 |
| - </div> |
| 83 | + <h4 class="h5 color-secondary test-subsection"> |
| 84 | + {% include "string.html" with name="results domain rpki web-server label" %} |
| 85 | + </h4> |
86 | 86 | {% include "details-test-item.html" with testitem=details.web_rpki_exists %}
|
87 | 87 | {% include "details-test-item.html" with testitem=details.web_rpki_valid %}
|
88 | 88 |
|
|
0 commit comments