We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a175dc commit ab0f358Copy full SHA for ab0f358
apps/dashboard/next.config.ts
@@ -16,6 +16,7 @@ const ContentSecurityPolicy = `
16
connect-src * data: blob:;
17
worker-src 'self' blob:;
18
block-all-mixed-content;
19
+ frame-ancestors 'self' https://farcaster.xyz https://*.farcaster.xyz;
20
`;
21
22
const securityHeaders = [
@@ -29,8 +30,7 @@ const securityHeaders = [
29
30
},
31
{
32
key: "X-Frame-Options",
- // allow farcaster.xyz as a frame ancestor for the browser mini app
33
- value: "frame-ancestors 'self' https://farcaster.xyz; default 'self'",
+ value: "SAMEORIGIN",
34
35
36
key: "Referrer-Policy",
0 commit comments