Skip to content

Commit

Permalink
Merge pull request #184 from janbrasna/fix/tls-config-link-fragment
Browse files Browse the repository at this point in the history
Update web_security TLS specs' href
  • Loading branch information
gene1wood authored Mar 19, 2024
2 parents 221af84 + a5ba5a2 commit 319b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guidelines/web_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Transport Layer Security provides assurances about the confidentiality, authenti

Websites or API endpoints that only communicate with modern browsers and systems should use the [Mozilla modern TLS configuration](https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility).

Websites intended for general public consumption should use the [Mozilla intermediate TLS configuration](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_(default)).
Websites intended for general public consumption should use the [Mozilla intermediate TLS configuration](https://wiki.mozilla.org/Security/Server_Side_TLS#Intermediate_compatibility_.28recommended.29).

Websites that require backwards compatibility with extremely old browsers and operating systems may use the [Mozilla backwards compatible TLS configuration](https://wiki.mozilla.org/Security/Server_Side_TLS#Old_backward_compatibility). This is not recommended, and use of this compatibility level should be done only after consulting the security team for a risk assessment.

Expand Down

0 comments on commit 319b530

Please sign in to comment.