I embed report Oracle BI to web app by iframe but I have errror
Error : VM503:6 Refused to execute inline script because it violates the following Content Security Policy directive: “default-src ‘self'”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-8eohedfRaQoWnH7igD20HvjedM7lPcYbqukJ7DEpM’), or a nonce (‘nonce-…’) is required to enable inline execution. Note also that ‘script-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
And
Index:52 Refused to frame ‘http://14.232.245.6:9502/’ because it violates the following Content Security Policy directive: “frame-src ‘self’ http://localhost:9502”.
This my Controller
enter image description here
This my View
enter image description here
What do I have to do to fix this error and is there any other way to embed OAS in the Web app
Minh nguyễn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.