From 2212b576af47b94ced939fd580494f51aa325365 Mon Sep 17 00:00:00 2001 From: Ralph Hopman Date: Sun, 19 Aug 2018 19:27:24 +0200 Subject: [PATCH] Update http.markdown (#6039) --- source/_components/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/http.markdown b/source/_components/http.markdown index f108795b7ac..775cdb4624f 100644 --- a/source/_components/http.markdown +++ b/source/_components/http.markdown @@ -69,7 +69,7 @@ trusted_proxies: required: false type: string, list use_x_forwarded_for: - description: "Enable parsing of the `X-Forwarded-For` header, passing on the client's correct IP address in proxied setups. You **must** also whitelist trusted proxies using the `trusted_proxies` setting below for this to work. Non-whitelisted requests with this header will be considered IP spoofing attacks, and the header will, therefore, be ignored." + description: "Enable parsing of the `X-Forwarded-For` header, passing on the client's correct IP address in proxied setups. You **must** also whitelist trusted proxies using the `trusted_proxies` setting above for this to work. Non-whitelisted requests with this header will be considered IP spoofing attacks, and the header will, therefore, be ignored." required: false type: boolean default: false