diff --git a/.changeset/fix-csp-nonce-request-headers.md b/.changeset/fix-csp-nonce-request-headers.md new file mode 100644 index 00000000000..fd809f445ab --- /dev/null +++ b/.changeset/fix-csp-nonce-request-headers.md @@ -0,0 +1,5 @@ +--- +'@clerk/nextjs': patch +--- + +Fixed an issue where the CSP nonce generated by `clerkMiddleware({ contentSecurityPolicy: { strict: true } })` was not forwarded as a request header. Server components can now access the nonce via `headers()`, allowing `ClerkProvider` and Next.js to apply it to `