Update Proxy_Containers/traefik/config.yaml

This commit is contained in:
2026-05-14 03:21:52 +00:00
parent 1df661d099
commit 48e28318c0
+13 -1
View File
@@ -3,4 +3,16 @@ http:
crowdsec-bouncer: crowdsec-bouncer:
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"