Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
Co-authored-by: Tomasz Dąbrowski <[email protected]>
  • Loading branch information
glye and dabrt authored Dec 3, 2024
1 parent ffc6639 commit e0a70fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ For example, if someone succeeds in injecting their JavaScript into your site, t

Consider blocking the use of TLS 1.2 and older versions.
The newer TLS 1.3 does not include the weaker cipher suites that are included in 1.2 and older.
Removing them means attackers can't attempt to force other users to use weak ciphers and eavesdrop on their communications.
Removing them means that attackers can't attempt to force other users to use weak ciphers and eavesdrop on their communications.
TLS 1.3 is as of December 2024 [supported by ca. 97% of global internet users](https://caniuse.com/tls1-3).
If you need to support Internet Explorer or old versions of other browsers, you can disable TLS 1.1 and older, leaving 1.2 and 1.3 enabled.

Expand Down

0 comments on commit e0a70fa

Please sign in to comment.