chrome-extension-boilerplate-react
chrome-extension-boilerplate-react copied to clipboard
Building with Content Security Policy
I'm curious if you've experimented with any solutions to allow for using a hashed SHA256 CSP rather than including unsafe-eval as this is highly discouraged according to Google's documentation. Using create-react-app this can be achieved by including INLINE_RUNTIME_CHUNK=false in .env I believe, but am not experienced enough with webpack to really know how a workaround can be built into this project. Have you worked on this at all? Any ideas on where to begin to build around this?
Would also be interested in an alternative to unsafe-eval.
Me too. Any updates on this?
Any Update?