auto-claude: subtask-1-3 - Add Referrer-Policy header
This commit is contained in:
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user