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

make addStyleToHead optional to easily comply with Content Security Policy #57

Open
dazer opened this issue Jan 3, 2022 · 0 comments
Open

Comments

@dazer
Copy link

dazer commented Jan 3, 2022

When setting some strict CSP directive (like "default-src 'self'"), <style> tags are rejected.
I suspect a sane approach to this -without whitelisting, nonce or hash- would be to optionally call the method on the first call to inject, rather than on creation?. The css to prevent image flash would need to be included in an external css, which I feel is fairly straighforward.
Or maybe there's some other approach I'm not seeing.

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

No branches or pull requests

1 participant