Update Proxy_Containers/traefik/config.tmpl

This commit is contained in:
2026-05-14 17:05:40 +00:00
parent b7ae25b217
commit 4e4ea5f40d
-22
View File
@@ -1,22 +0,0 @@
http:
middlewares:
crowdsec-bouncer:
plugin:
crowdsec-bouncer:
enabled: true
crowdsecMode: stream
crowdsecLapiKey: "${crowdsecLapiKey}"
crowdsecLapiHost: "crowdsec:8080"
crowdsecLapiScheme: "http"
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"