Update config.yaml

This commit is contained in:
James 2025-02-07 15:06:15 +00:00 committed by GitHub
parent a64aeefc43
commit 03d13bd2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ http:
middlewares: middlewares:
default-security-headers: default-security-headers:
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 contentTypeNosniff: true # X-Content-Type-Options=nosniff
forceSTSHeader: true # Add the Strict-Transport-Security header even when the connection is HTTP forceSTSHeader: true # Add the Strict-Transport-Security header even when the connection is HTTP
frameDeny: false # X-Frame-Options=deny frameDeny: false # X-Frame-Options=deny
@ -34,4 +34,4 @@ http:
loadBalancer: loadBalancer:
servers: servers:
- url: "https://192.168.200.122:9443" - url: "https://192.168.200.122:9443"
passHostHeader: true passHostHeader: true