From da1c9f48b72bfa02d47493dc436723205d873d03 Mon Sep 17 00:00:00 2001 From: Robin van Boven <497556+Beanow@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:36:03 +0100 Subject: [PATCH] docs: rephrase forwardauth.authRequestHeaders --- docs/content/middlewares/forwardauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/middlewares/forwardauth.md b/docs/content/middlewares/forwardauth.md index 4211a191e..f0a64ca89 100644 --- a/docs/content/middlewares/forwardauth.md +++ b/docs/content/middlewares/forwardauth.md @@ -285,7 +285,7 @@ http: ### `authRequestHeaders` The `authRequestHeaders` option is the list of the headers to copy from the request to the authentication server. -It allows to prevent passing headers that have not to be passed to the authentication server. +It allows filtering headers that should not be passed to the authentication server. If not set or empty then all request headers will be passed. ```yaml tab="Docker"