diff --git a/Proxy_Containers/traefik/config.yaml b/Proxy_Containers/traefik/config.yaml index fd7893a..590af6d 100644 --- a/Proxy_Containers/traefik/config.yaml +++ b/Proxy_Containers/traefik/config.yaml @@ -3,4 +3,16 @@ http: crowdsec-bouncer: forwardAuth: address: http://bouncer-traefik:8080/api/v1/forwardAuth - trustForwardHeader: true \ No newline at end of file + 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" \ No newline at end of file