diff --git a/next.config.ts b/next.config.ts index 168832a..d33c2d0 100644 --- a/next.config.ts +++ b/next.config.ts @@ -60,6 +60,10 @@ const nextConfig: NextConfig = { key: 'Strict-Transport-Security', value: 'max-age=31536000; includeSubDomains; preload', }, + { + key: 'Referrer-Policy', + value: 'strict-origin-when-cross-origin', + }, ], }, {