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