Increasing strict

This commit is contained in:
Théo 2023-04-23 22:55:59 +02:00
parent efc84d5d86
commit ea8921cd0e

View file

@ -30,7 +30,11 @@ const nextConfig = {
}, },
{ {
key: 'Referrer-Policy', key: 'Referrer-Policy',
value: 'origin-when-cross-origin' value: 'strict-origin-when-cross-origin'
},
{
key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload'
} }
] ]
} }