fix: Autoriser iframe simulateur avec X-Frame-Options SAMEORIGIN

This commit is contained in:
odentas 2025-11-24 18:31:49 +01:00
parent f11790784b
commit ce46db63af

View file

@ -71,7 +71,7 @@ const nextConfig = {
},
{
key: 'X-Frame-Options',
value: 'DENY'
value: 'SAMEORIGIN'
},
{
key: 'X-Content-Type-Options',