Skip to content

Commit 88f8590

Browse files
glyemnocon
andauthored
Wording
Co-authored-by: Marek Nocoń <[email protected]>
1 parent 48da5c3 commit 88f8590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ For example, if someone succeeds in injecting their JavaScript into your site, t
238238
### Disable weak cipher suites in TLS
239239

240240
Consider blocking the use of TLS 1.2 and older versions.
241-
The newer TLS 1.3 does not include the weaker cipher suites that are included in 1.2 and older.
241+
The newer TLS 1.3 doesn't include the weaker cipher suites that are included in 1.2 and older.
242242
Removing them means that attackers can't attempt to force other users to use weak ciphers and eavesdrop on their communications.
243243
As of December 2024, TLS 1.3 is [supported by ca. 97% of global internet users](https://caniuse.com/tls1-3).
244244
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.

0 commit comments

Comments
 (0)