Update Proxy_Containers/traefik/config.yaml

This commit is contained in:
2026-05-14 03:21:52 +00:00
parent 1df661d099
commit 48e28318c0
+12
View File
@@ -4,3 +4,15 @@ http:
forwardAuth: forwardAuth:
address: http://bouncer-traefik:8080/api/v1/forwardAuth address: http://bouncer-traefik:8080/api/v1/forwardAuth
trustForwardHeader: true trustForwardHeader: true
security-headers:
headers:
stsSeconds: 31536000
stsIncludeSubdomains: true
stsPreload: true
forceSTSHeader: true
contentTypeNosniff: true
browserXssFilter: true
referrerPolicy: "strict-origin-when-cross-origin"
permissionsPolicy: "camera=(), microphone=(), geolocation=()"
customFrameOptionsValue: "SAMEORIGIN"