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