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
Describe the bug
Component was failed for restricted content security. I have several errors on component init:
"Refused to evaluate a string as JavaScript" because 'unsave-eval' is not an allowed source of script in the following Content policy directive "script- self"."
I can't switch on unsave-eval in my web application cause it denied by security policy.
To Reproduce
Open page with component
Expected behavior
See page with JSON editor
Console and Error stack trace
Refused to evaluate a string as JavaScript" because 'unsave-eval' is not an allowed source of script in the following Content policy directive "script- self"
The text was updated successfully, but these errors were encountered:
Describe the bug
Component was failed for restricted content security. I have several errors on component init:
"Refused to evaluate a string as JavaScript" because 'unsave-eval' is not an allowed source of script in the following Content policy directive "script- self"."
I can't switch on unsave-eval in my web application cause it denied by security policy.
To Reproduce
Open page with component
Expected behavior
See page with JSON editor
Console and Error stack trace
Refused to evaluate a string as JavaScript" because 'unsave-eval' is not an allowed source of script in the following Content policy directive "script- self"
The text was updated successfully, but these errors were encountered: