diff options
author | Alan Pearce | 2024-04-19 23:27:22 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-19 23:27:22 +0200 |
commit | 98cd9b3d285219fea65961f5cf551c42adfd22e9 (patch) | |
tree | 17d11ad1dcb8ee6514c8806cb01ff8b1a11cb7cf | |
parent | 4c80a0b2acb578e5a8bfe311591a85ac19527220 (diff) | |
download | website-98cd9b3d285219fea65961f5cf551c42adfd22e9.tar.lz website-98cd9b3d285219fea65961f5cf551c42adfd22e9.tar.zst website-98cd9b3d285219fea65961f5cf551c42adfd22e9.zip |
fly: don't modify http headers
-rw-r--r-- | fly.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index a2f59d9..35f3750 100644 --- a/fly.toml +++ b/fly.toml @@ -29,6 +29,8 @@ primary_region = "ams" type = "requests" hard_limit = 20000 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]] |