auto-claude: subtask-1-2 - Add Strict-Transport-Security (HSTS) header

This commit is contained in:
2026-01-25 06:34:46 +01:00
parent 4e7699b585
commit 75b85d60e7
+4
View File
@@ -56,6 +56,10 @@ const nextConfig: NextConfig = {
"form-action 'self'",
].join('; '),
},
{
key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload',
},
],
},
{