docs: HTML anchors fix
This commit is contained in:
parent
664ba246fd
commit
99aa94aa32
1 changed files with 3 additions and 3 deletions
|
@ -353,17 +353,17 @@ Complete list of policies available through the `SSL_POLICY` environment variabl
|
||||||
<summary>Mozilla policies</summary>
|
<summary>Mozilla policies</summary>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility">
|
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility" target="_blank">
|
||||||
<code>Mozilla-Modern</code>
|
<code>Mozilla-Modern</code>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29">
|
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29" target="_blank">
|
||||||
<code>Mozilla-Intermediate</code>
|
<code>Mozilla-Intermediate</code>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Old_backward_compatibility">
|
<a href="https://wiki.mozilla.org/Security/Server_Side_TLS#Old_backward_compatibility" target="_blank">
|
||||||
<code>Mozilla-Old</code>
|
<code>Mozilla-Old</code>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue