Skip to content

Commit 6ed60e8

Browse files
authored
TLS 1.3 usage
1 parent e0a70fa commit 6ed60e8

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

244244
When using [[= product_name_cloud =]], you can [set the minimum TLS version in .platform/routes.yaml](https://docs.platform.sh/define-routes/https.html#enforce-tls-13).

0 commit comments

Comments
 (0)