Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
samwisekind committed Nov 10, 2024
1 parent 4615ab8 commit 4d10b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const nextConfig: NextConfig = {
value: 'SAMEORIGIN https://app.contentful.com',
}, {
key: 'Content-Security-Policy',
value: [CSPHeader, `frame-ancestors 'self' https://app.contentful.com`].join('; '),
value: CSPHeader.replace(`frame-ancestors 'none'`, `frame-ancestors 'self' https://app.contentful.com`),
}],
}];
},
Expand Down

0 comments on commit 4d10b7f

Please sign in to comment.