feat: optional nonce prop for NextSSRPlugin#1282
Conversation
🦋 Changeset detectedLatest commit: 602f2d8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@CyanFlare is attempting to deploy a commit to the Ping Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughAdds optional CSP nonce support to NextSSRPlugin: the component accepts an optional ChangesNextSSRPlugin Nonce Support
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Confidence Score: 5/5Safe to merge — the change is a one-line prop addition with no logic changes. The only modified file receives a new optional prop and forwards it verbatim to an existing No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "feat: optional `nonce` prop for `NextSSR..." | Re-trigger Greptile |
Add optional `nonce` prop to `NextSSRPlugin` for enhanced security.
This adds an optional
nonceprop toNextSSRpluginwhich is added onto the script tag.Summary by CodeRabbit