diff --git a/website/vercel.json b/website/vercel.json index 8c4d8f90909..077f3e54a74 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -4827,5 +4827,28 @@ "destination": "/guides/manual-install", "permanent": true } + ], + "headers": [ + { + "source": "/(.*)", + "headers": [ + { + "key": "X-Content-Type-Options", + "value": "nosniff" + }, + { + "key": "X-Frame-Options", + "value": "DENY" + }, + { + "key": "Content-Security-Policy", + "value": "img-src 'self' https:;" + }, + { + "key": "Strict-Transport-Security", + "value": "max-age=63072000; includeSubDomains; preload" + } + ] + } ] }