Skip to content

Commit 4e756a4

Browse files
committed
fix: update security headers
1 parent c28c953 commit 4e756a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
},
2424
{
2525
key: 'Content-Security-Policy',
26-
value: `default-src 'self' 'unsafe-inline'; connect-src https://hive.splitbee.io https://vitals.vercel-insights.com; script-src https://cdn.splitbee.io; font-src https://fonts.gstatic.com; frame-ancestors 'self'`,
26+
value: `default-src 'self' 'unsafe-inline'; connect-src 'self' https://hive.splitbee.io https://vitals.vercel-insights.com; script-src 'self' https://cdn.splitbee.io; font-src 'self' https://fonts.gstatic.com; frame-ancestors 'self'`,
2727
},
2828
],
2929
},

0 commit comments

Comments
 (0)