From 03d13bd2acc4579cb5833284acbe795d55569469 Mon Sep 17 00:00:00 2001 From: James <125163838+JamesTurland@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:06:15 +0000 Subject: [PATCH] Update config.yaml --- Traefikv3/config/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Traefikv3/config/config.yaml b/Traefikv3/config/config.yaml index 71f739b..9648f5c 100644 --- a/Traefikv3/config/config.yaml +++ b/Traefikv3/config/config.yaml @@ -2,7 +2,7 @@ http: middlewares: default-security-headers: headers: - browserXssFilter: true # X-XSS-Protection=1; mode=block + customBrowserXSSValue: 0 # X-XSS-Protection=1; mode=block contentTypeNosniff: true # X-Content-Type-Options=nosniff forceSTSHeader: true # Add the Strict-Transport-Security header even when the connection is HTTP frameDeny: false # X-Frame-Options=deny @@ -34,4 +34,4 @@ http: loadBalancer: servers: - url: "https://192.168.200.122:9443" - passHostHeader: true \ No newline at end of file + passHostHeader: true