Files
Docker-Compose/Proxy_Containers/traefik/config.yaml
T

18 lines
552 B
YAML
Raw Normal View History

2026-05-14 03:12:22 +00:00
http:
middlewares:
crowdsec-bouncer:
forwardAuth:
2026-05-13 00:23:35 +00:00
address: http://bouncer-traefik:8080/api/v1/forwardAuth
2026-05-14 03:21:52 +00:00
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"