Skip to content

Commit

Permalink
fix(changelog): enforce CSP (#12831)
Browse files Browse the repository at this point in the history
  • Loading branch information
oioki authored Feb 27, 2025
1 parent 0d3b5bf commit 2a48a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/changelog/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"value": "1; mode=block"
},
{
"key": "Content-Security-Policy-Report-Only",
"key": "Content-Security-Policy",
"value": "default-src 'none'; font-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' plausible.io 'unsafe-inline' 'unsafe-eval' 'report-sample'; img-src 'self' changelog.sentry.dev lh3.googleusercontent.com storage.googleapis.com; worker-src blob:; connect-src o1.ingest.us.sentry.io plausible.io 'self' changelog.sentry.dev sentry.io sentry.sentry.io storage.googleapis.com; report-uri https://o1.ingest.us.sentry.io/api/4507670276341760/security/?sentry_key=e90f5ea060a4102c0a4c50c740e43ae1;"
}
]
Expand Down

0 comments on commit 2a48a18

Please sign in to comment.