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
<Script>
https://github.com/honojs/honox/blob/main/src/server/components/script.tsx
<Script> component doesn't supports nonce value for CSP. It's required to serve nonce based CSP for security practices.
nonce
The text was updated successfully, but these errors were encountered:
honox-island
I believe that once the following two PRs are merged, it will be possible to easily add nonce to Script elements in honox.
Script
#164 honojs/hono#2577
Sorry, something went wrong.
No branches or pull requests
What is the feature you are proposing?
https://github.com/honojs/honox/blob/main/src/server/components/script.tsx
<Script>
component doesn't supportsnonce
value for CSP.It's required to serve nonce based CSP for security practices.
The text was updated successfully, but these errors were encountered: