Add Traefik toggles

This commit is contained in:
2022-08-18 23:32:37 -04:00
parent 7522c333da
commit 95f54b7f0a
4 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ http:
sslRedirect: true
browserXssFilter: true
contentTypeNosniff: true
{% if traefik_hsts_enable is defined and traefik_hsts_enable %}
stsPreload: {{ traefik_hsts_preload }}
stsSeconds: {{ traefik_hsts_seconds }}
{% endif %}
customFrameOptionsValue: SAMEORIGIN