From 98cd9b3d285219fea65961f5cf551c42adfd22e9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 19 Apr 2024 23:27:22 +0200 Subject: fly: don't modify http headers --- fly.toml | 2 ++ 1 file changed, 2 insertions(+) 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]] -- cgit 1.4.1