This is what I get from after accessing Developer Tool and selecting Network on my browser. Regardless, HTMLy seems to be working without any problems. Any idea where one or several of the functions listed bellow is/are in the HTMLy code? Should I be concerned?
Thank you!
Message: "Content Security Policy of your site blocks the use of eval in JavaScript."
Details:
The CSP prevents the use of eval(), new Function(), setTimeout([string], ...), and setInterval([string], ...) for evaluating strings, as these are considered unsafe due to the risk of inline script injection.
Affected Resource: 1 script-src directive is blocked.
This is what I get from after accessing Developer Tool and selecting Network on my browser. Regardless, HTMLy seems to be working without any problems. Any idea where one or several of the functions listed bellow is/are in the HTMLy code? Should I be concerned?
Thank you!
Message: "Content Security Policy of your site blocks the use of eval in JavaScript."
Details:
The CSP prevents the use of eval(), new Function(), setTimeout([string], ...), and setInterval([string], ...) for evaluating strings, as these are considered unsafe due to the risk of inline script injection.
Affected Resource: 1 script-src directive is blocked.