We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nonce
StreamTransfer
script
We have a CSP in place which requires a nonce on inline scripts, so we need to add that to the script tags created in the StreamTransfer component.
There is no way afaict to set the nonce for these scripts.
The text was updated successfully, but these errors were encountered:
This fix is available in 2.9.2-pre.1 if you'd like to give it a shot and see if it resolves your issue! Here's the draft release notes: https://github.com/remix-run/remix/blob/release-next/CHANGELOG.md#v292
2.9.2-pre.1
Sorry, something went wrong.
2.9.2 is released - https://github.com/remix-run/remix/releases/tag/remix%402.9.2
2.9.2
Successfully merging a pull request may close this issue.
Expected Behavior
We have a CSP in place which requires a nonce on inline scripts, so we need to add that to the
script
tags created in theStreamTransfer
component.Actual Behavior
There is no way afaict to set the nonce for these scripts.
The text was updated successfully, but these errors were encountered: