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
I have strict CSP headers in place, which this library breaks due to its use of <style> tags that don't have nonce or hash attributes on them.
<style>
This could be fixed by allowing the passing of a nonce (string) prop from the NextTopLoader component down to the <style> tags here and here.
NextTopLoader
The text was updated successfully, but these errors were encountered:
Add support for style tag nonce attributes (fixes TheSGJ#128)
4a6845e
b2465a1
Add support for style tag nonce attributes
35b61b3
Fixes TheSGJ#128
Successfully merging a pull request may close this issue.
I have strict CSP headers in place, which this library breaks due to its use of
<style>
tags that don't have nonce or hash attributes on them.This could be fixed by allowing the passing of a nonce (string) prop from the
NextTopLoader
component down to the<style>
tags here and here.The text was updated successfully, but these errors were encountered: