Skip to content

Commit

Permalink
fix csp (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dferber90 authored Jan 16, 2025
1 parent 3b5ec2e commit f8d5236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/snippets/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const nextConfig = {
{
key: 'Content-Security-Policy',
value:
"frame-ancestors 'self' https://flags-sdk.com https://flags-sdk.com http://localhost:* https://*.vercel.sh",
"frame-ancestors 'self' https://flags-sdk.com https://www.flags-sdk.com http://localhost:* https://*.vercel.sh",
},
],
},
Expand Down

0 comments on commit f8d5236

Please sign in to comment.