From 3c358ad726e689028330b9536982c895b19a4178 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sat, 12 Apr 2025 12:07:46 +0200 Subject: [PATCH] chore: comment middleware header --- examples/traefik/fileConfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/traefik/fileConfig.yml b/examples/traefik/fileConfig.yml index eb6ca7f..bb21cd1 100644 --- a/examples/traefik/fileConfig.yml +++ b/examples/traefik/fileConfig.yml @@ -68,8 +68,8 @@ http: X-Forwarded-Proto: "https" hostsProxyHeaders: - "X-Forwarded-Host" - customRequestHeaders: - X-Forwarded-Proto: "https" + #customRequestHeaders: + # X-Forwarded-Proto: "https" contentTypeNosniff: true # X-Content-Type-Options customFrameOptionsValue: "SAMEORIGIN" # X-Frame-Options browserXssFilter: false # X-XSS-Protection; deprecated