You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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. Usingcreate-react-app
this can be achieved by includingINLINE_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?The text was updated successfully, but these errors were encountered: