Update Proxy_Containers/traefik/config.yaml
This commit is contained in:
@@ -3,4 +3,16 @@ http:
|
||||
crowdsec-bouncer:
|
||||
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"
|
||||
Reference in New Issue
Block a user