Skip to content
New issue

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

CSP style nonce support #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjoonas
Copy link

@rjoonas rjoonas commented Nov 3, 2020

When using a Content-Security-Policy with a style-src rule that does not include 'unsafe-inline', a nonce prop needs to be used with react-virtualized as it appends inline <style> tags to the DOM.

Resolves #653

When using a Content-Security-Policy with a style-src rule that does
not include 'unsafe-inline', a nonce prop needs to be used with
react-virtualized as it appends inline <style> tags to the DOM.

Resolves frontend-collective#653
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSP issue inline-style
1 participant