Skip to content

Commit

Permalink
Remove unsafe-inline from style-src for strict dynamic (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan authored Jan 29, 2025
1 parent 1d003bb commit e9abc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/clerk-csp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function applyCsp(request) {
connect-src 'self' https://{{fapi_url}};
img-src 'self' https://img.clerk.com;
worker-src 'self' blob:;
style-src 'self' 'unsafe-inline';
style-src 'self';
frame-src 'self' https://challenges.cloudflare.com;
form-action 'self';
`
Expand Down

0 comments on commit e9abc61

Please sign in to comment.