mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-20 17:31:27 -05:00
fix: allow survey embeddings on other webpages (#2420)
This commit is contained in:
committed by
GitHub
parent
18d3985e06
commit
b153acaede
@@ -116,7 +116,16 @@ const nextConfig = {
|
||||
],
|
||||
},
|
||||
{
|
||||
source: "/(.*)",
|
||||
source: "/environments/(.*)",
|
||||
headers: [
|
||||
{
|
||||
key: "X-Frame-Options",
|
||||
value: "SAMEORIGIN",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
source: "/auth/(.*)",
|
||||
headers: [
|
||||
{
|
||||
key: "X-Frame-Options",
|
||||
|
||||
Reference in New Issue
Block a user