From c1725121b8a4245dfb590647b708fa49102b4f41 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Sun, 27 Nov 2022 16:16:39 +0100 Subject: [PATCH] docs: correct typo in URL TLS connections are enforced with `https` and not `http`. --- guidance/DS137138.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guidance/DS137138.md b/guidance/DS137138.md index 0b4fdd37..a5e32b5c 100644 --- a/guidance/DS137138.md +++ b/guidance/DS137138.md @@ -2,7 +2,7 @@ ### Summary -An HTTP-based URL without TLS was detected. If possible, change this to an HTTP-based URL to enforce transport-layer encryption. +An HTTP-based URL without TLS was detected. If possible, change this to an HTTPS-based URL to enforce transport-layer encryption. ### Details