2
0

🐛 Fix X-Frame-Option header

This commit is contained in:
Baptiste Arnaud
2023-02-13 18:30:29 +01:00
parent e39cd94eef
commit 7baa610b2d

View File

@ -21,7 +21,7 @@ const nextConfig = withTM({
headers: [
{
key: 'X-Frame-Options',
value: 'DENY',
value: 'SAMEORIGIN',
},
],
},