‎2020 Oct 26 10:44 AM
screenshot-2020-10-26-at-104104.pngHi,
I have requirement to include 3rd party Javascript to render an Iframe in backoffice.
I tried doing it with creating Zul file and action class to include their script but it shows below javascript error on loading their iframe.
Refused to frame 'https://cloudinary.com/' because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'frame-src' was not explicitly set, so 'default-src' is used as a fallback. VM2025:1 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://cloudinary.com') does not match the recipient window's origin ('null'). send @ VM2025:1 DevTools failed to load SourceMap: Could not load content for
Adding screenshot for reference
Can anyone please help!