auto-claude: subtask-1-2 - Add Strict-Transport-Security (HSTS) header
This commit is contained in:
@@ -56,6 +56,10 @@ const nextConfig: NextConfig = {
|
||||
"form-action 'self'",
|
||||
].join('; '),
|
||||
},
|
||||
{
|
||||
key: 'Strict-Transport-Security',
|
||||
value: 'max-age=31536000; includeSubDomains; preload',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user