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 e56b36c commit 48e242e
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'; frame-ancestors 'self'`,
value: `default-src 'self' https://cdn.splitbee.io; font-src https://fonts.gstatic.com; frame-ancestors 'self'`,
},
],
},
Expand Down

0 comments on commit 48e242e

Please sign in to comment.