diff --git a/roles/proxy/templates/caddy/Caddyfile.j2 b/roles/proxy/templates/caddy/Caddyfile.j2 index 0337b61..626ce07 100644 --- a/roles/proxy/templates/caddy/Caddyfile.j2 +++ b/roles/proxy/templates/caddy/Caddyfile.j2 @@ -10,7 +10,7 @@ cloud.{{ proxy_vars[env].app01.base_domain }} { } header { - Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" + Strict-Transport-Security "max-age=31536000; includeSubDomains" -Server } @@ -37,7 +37,7 @@ ipfs-gateway.{{ proxy_vars[env].app01.base_domain }}, } header { - Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" + Strict-Transport-Security "max-age=31536000; includeSubDomains" -Server } @@ -62,7 +62,7 @@ ipfs.local.{{ proxy_vars[env].app01.base_domain }} { } header { - Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" + Strict-Transport-Security "max-age=31536000; includeSubDomains" -Server } @@ -83,7 +83,7 @@ xmr.local.{{ proxy_vars[env].app01.base_domain }} { } header { - Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" + Strict-Transport-Security "max-age=31536000; includeSubDomains" -Server }