all repos — homestead @ 397e1cf3d676c98a3f8a2bff9ba0957172b52f92

Code for my website

Send HSTS header from Fly proxy Bun seems to eat this header otherwise

Alan Pearce
commit

397e1cf3d676c98a3f8a2bff9ba0957172b52f92

parent

e51c0b79100317ba9adf15993e8683feffafd97f

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M fly.tomlfly.toml
@@ -19,3 +19,5 @@ auto_stop_machines = false
auto_start_machines = true min_machines_running = 3 processes = ["app"] +[http_service.http_options.response.headers] + Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload"