Skip to content

Commit

Permalink
fix: update security headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisaraiva19 committed Dec 12, 2021
1 parent 48e242e commit c28c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
},
{
key: 'Content-Security-Policy',
value: `default-src 'self' https://cdn.splitbee.io; font-src https://fonts.gstatic.com; frame-ancestors 'self'`,
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'`,
},
],
},
Expand Down

0 comments on commit c28c953

Please sign in to comment.