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 getting this error: Refused to execute inline event handler because it violates the following Content Security Policy directive
My current script src values:
A workaround would be to set unsafe-inline within script-src but that would put the react-app under some risk.
Any other way to mitigate this issue?
The text was updated successfully, but these errors were encountered:
chandanch
changed the title
CSP error for inline event handler since when CSP directives are configured
CSP error for inline event handler when CSP directives are configured
Mar 3, 2021
I'm getting this error:
Refused to execute inline event handler because it violates the following Content Security Policy directive
My current script src values:
react-ckeditor-component version: 1.1.0
A workaround would be to set unsafe-inline within script-src but that would put the react-app under some risk.
Any other way to mitigate this issue?
The text was updated successfully, but these errors were encountered: