Skip to content

Commit

Permalink
Add Sentry to CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Youri Wijnands committed Aug 16, 2021
1 parent 6c58713 commit 042a4cd
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 @@ -14,7 +14,7 @@ const moduleExports = {
headers: [
{
key: "Content-Security-Policy",
value: "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src vitals.vercel-insights.com"
value: "default-src 'self'; style-src 'self' 'unsafe-inline'; connect-src o771036.ingest.sentry.io vitals.vercel-insights.com; report-uri https://o771036.ingest.sentry.io/api/5909114/security/?sentry_key=b2ccd9d30f9c481babfafa79112dde1d"
},
{
key: "Permissions-Policy",
Expand Down

1 comment on commit 042a4cd

@vercel
Copy link

@vercel vercel bot commented on 042a4cd Aug 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.