diff options
author | Alan Pearce | 2024-04-20 19:31:21 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-20 19:31:21 +0200 |
commit | 9b3d6d55246912efe01f09d2f01cbe17a5ef1211 (patch) | |
tree | 266862333d506bc85186c9e4058302623eedbae1 /fly.toml | |
parent | cc2245f991ca0474e3d4db9fa213be4aa8ccccb7 (diff) | |
download | website-9b3d6d55246912efe01f09d2f01cbe17a5ef1211.tar.lz website-9b3d6d55246912efe01f09d2f01cbe17a5ef1211.tar.zst website-9b3d6d55246912efe01f09d2f01cbe17a5ef1211.zip |
send headers from config.toml
Diffstat (limited to 'fly.toml')
-rw-r--r-- | fly.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fly.toml b/fly.toml index 35f3750..3207d07 100644 --- a/fly.toml +++ b/fly.toml @@ -31,8 +31,6 @@ primary_region = "ams" soft_limit = 15000 [http_service.http_options.response] pristine = true -[http_service.http_options.response.headers] - Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]] grace_period = "15s" interval = "30s" |