Hi,
When i am trying to integrate kibana dashboard inside my angular application via iframe it is giving me 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.
VM10353 bootstrap.js:43 ^ A single error about an inline script not firing due to content security policy is expected!
I tried by adding sameSiteCookies: None in kibana.yml, but it still gives me the same.
Can you please help?