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
When fusioncharts is added to the app as a dependency, we see the error in Google Chrome issues tab:
Content Security Policy of your site blocks the use of 'eval' in JavaScript`. To solve this issue, avoid using eval(), new Function(), setTimeout([string], ...) and setInterval([string], ...) for evaluating strings.
We believe this error is caused by the following code that appears in some fusioncharts javascript files:
new Function("return this")
Please update fusioncharts to be able to comply with CSP.
The text was updated successfully, but these errors were encountered:
I manage an app created using Angular.
When fusioncharts is added to the app as a dependency, we see the error in Google Chrome issues tab:
Content Security Policy of your site blocks the use of 'eval' in JavaScript`. To solve this issue, avoid using eval(), new Function(), setTimeout([string], ...) and setInterval([string], ...) for evaluating strings.
We believe this error is caused by the following code that appears in some fusioncharts javascript files:
new Function("return this")
Please update fusioncharts to be able to comply with CSP.
The text was updated successfully, but these errors were encountered: