Add X-Frame-Options header to securehttps

This commit is contained in:
2020-09-15 23:06:33 -04:00
parent 66dedbcbf7
commit dd8e7d67aa
2 changed files with 2 additions and 4 deletions

View File

@@ -5,9 +5,6 @@ tls:
http:
middlewares:
nextcloud:
headers:
customFrameOptionsValue: SAMEORIGIN
securehttps:
headers:
frameDeny: true
@@ -16,3 +13,4 @@ http:
contentTypeNosniff: true
stsPreload: {{ traefik_hsts_preload }}
stsSeconds: {{ traefik_hsts_seconds }}
customFrameOptionsValue: SAMEORIGIN