-
Notifications
You must be signed in to change notification settings - Fork 81
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
Triggers CSP violations if unsafe-eval is not used #390
Comments
This is affecting us in production too. Is there any way to disable this |
Hello, same here ! |
Hi team, any update on this? We have the same issue at version 3.36.4, the violation we trace at |
I can confirm upgrading to Webpack 5 will resolve the problem. It would be really great if we can proceed this PR #503 |
Using the
script-src
directive without'unsafe-eval'
results in a violation:This is caused by the following line in http://static.filestackapi.com/filestack-js/3.17.0/filestack.min.js:
While this doesn't seem to affect the functionality of the library, if one uses the
report-uri
directive it will result in useless HTTP requests being made.The text was updated successfully, but these errors were encountered: