From e5983d96f7681fef8a9e70ba5b4734b3d6529410 Mon Sep 17 00:00:00 2001 From: Corey McGalliard <59486473+cmcga1125@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:46:03 -0400 Subject: [PATCH] updating docs to remove a no longer needed note --- docs/content/middlewares/headers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/content/middlewares/headers.md b/docs/content/middlewares/headers.md index 2cc2d1729..1c720524a 100644 --- a/docs/content/middlewares/headers.md +++ b/docs/content/middlewares/headers.md @@ -75,8 +75,6 @@ http: In the following example, requests are proxied with an extra `X-Script-Name` header while their `X-Custom-Request-Header` header gets stripped, and responses are stripped of their `X-Custom-Response-Header` header. -Please note that it is not possible to remove headers through the use of labels (Docker, Rancher, Marathon, ...) for now. - ```yaml tab="Docker" labels: - "traefik.http.middlewares.testheader.headers.customrequestheaders.X-Script-Name=test"