fix: allow survey embeddings on other webpages (#2420)

This commit is contained in:
Shubham Palriwala
2024-04-09 20:29:39 +05:30
committed by GitHub
parent 18d3985e06
commit b153acaede

View File

@@ -116,7 +116,16 @@ const nextConfig = {
],
},
{
source: "/(.*)",
source: "/environments/(.*)",
headers: [
{
key: "X-Frame-Options",
value: "SAMEORIGIN",
},
],
},
{
source: "/auth/(.*)",
headers: [
{
key: "X-Frame-Options",