auto-claude: subtask-1-3 - Add Referrer-Policy header

This commit is contained in:
2026-01-25 06:36:04 +01:00
parent 75b85d60e7
commit b45ea627af
+4
View File
@@ -60,6 +60,10 @@ const nextConfig: NextConfig = {
key: 'Strict-Transport-Security', key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload', value: 'max-age=31536000; includeSubDomains; preload',
}, },
{
key: 'Referrer-Policy',
value: 'strict-origin-when-cross-origin',
},
], ],
}, },
{ {