2
0

🐛 Remove deny X-Frame on typebot.io

This commit is contained in:
Baptiste Arnaud
2023-02-02 11:07:15 +01:00
parent a5dc9821d6
commit 2c57eba994

View File

@ -54,17 +54,4 @@ module.exports = withBundleAnalyzer({
],
}
},
headers: async () => {
return [
{
source: '/(.*)?',
headers: [
{
key: 'X-Frame-Options',
value: 'DENY',
},
],
},
]
},
})