fix(traefik): update default security configuration
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
36efb36424
commit
0b010c00cc
|
@ -19,6 +19,7 @@ spec:
|
|||
accessControlMaxAge: 100
|
||||
browserXssFilter: true
|
||||
contentTypeNosniff: true
|
||||
frameDeny: true
|
||||
customRequestHeaders:
|
||||
X-Forwarded-Proto: https
|
||||
customResponseHeaders:
|
||||
|
@ -51,6 +52,7 @@ spec:
|
|||
browserXssFilter: true
|
||||
sslForceHost: true
|
||||
referrerPolicy: same-origin
|
||||
Content-Security-Policy: frame-ancestors 'self'; form-action 'self'
|
||||
customRequestHeaders:
|
||||
X-Forwarded-Proto: "https"
|
||||
customResponseHeaders:
|
||||
|
|
Loading…
Reference in New Issue