fix: Autoriser iframe simulateur avec X-Frame-Options SAMEORIGIN
This commit is contained in:
parent
f11790784b
commit
ce46db63af
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const nextConfig = {
|
|||
},
|
||||
{
|
||||
key: 'X-Frame-Options',
|
||||
value: 'DENY'
|
||||
value: 'SAMEORIGIN'
|
||||
},
|
||||
{
|
||||
key: 'X-Content-Type-Options',
|
||||
|
|
|
|||
Loading…
Reference in a new issue