Script-src 'unsafe-eval' 'self' Error

I'm using elastic search URL in angular application through iframe and getting below error.

"Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution."

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.