From e1bc29b7de3f310cfefaed92b093db820c0e4306 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Sun, 23 Jun 2024 01:58:29 -0700 Subject: [PATCH] Remove unreleased/reverted strict_connection entry (#33373) --- source/_integrations/http.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/http.markdown b/source/_integrations/http.markdown index 485a8872393..9ad3a714924 100644 --- a/source/_integrations/http.markdown +++ b/source/_integrations/http.markdown @@ -86,11 +86,6 @@ ssl_profile: required: false type: string default: modern -strict_connection: - description: Specifies the strict connection mode. Please read the section ["Strict connection mode"](#strict-connection-mode) before changing this value. Can be one of `disabled`, `guard_page` or `drop_connection`. - required: false - type: string - default: disabled {% endconfiguration %} The sample below shows a configuration entry with possible values: