diff --git a/vercel.json b/vercel.json index 92e49587..cf2c5286 100644 --- a/vercel.json +++ b/vercel.json @@ -144,5 +144,16 @@ "source": "/ingest/:path(.*)", "destination": "https://us.i.posthog.com/:path" } + ], + "headers": [ + { + "source": "/(.*)", + "headers": [ + { + "key": "Strict-Transport-Security", + "value": "max-age=63072000; includeSubDomains" + } + ] + } ] }