function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Cole PratoCole Prato 

Zoom Integration with Salesforce

Hi,

I am getting this error when launching zoom from SF using AppExchange Integration using Chrome.

 Refused to frame '' because it violates the following Content Security Policy directive: "frame-src https: mailto: https://content.appinium.com https://az766683.vo.msecnd.net https://appiniumcontentcentralus.blob.core.windows.net https://appiniumcontenteastaus.blob.core.windows.net https://appiniumcontentwesteu.blob.core.windows.net https://upload.appinium.com https://util.appinium.com https://api.appinium.com *.visualforce.com".

It works fine in FireFox... I think this has to do something with CSP Trusted Sites but I don't know what to add. I have tired Zoom support and not getting any response. 

Any help would be great!
VinayVinay (Salesforce Developers) 
Hi Cole,

Can you try below.

From Setup, enter Session in the Quick Find box, and then select Session Settings. Deselect 'Enable Stricter Content Security Policy'.

Review below links:
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/security_csp.htm
https://help.salesforce.com/articleView?id=csp_trusted_sites.htm&type=5

Thanks,
Vinay Kumar
Cole PratoCole Prato
Vinay,

That is already Deselected in my Org. Thanks! 
VinayVinay (Salesforce Developers) 
Hi Cole,

Use 'Ignore X-Frame headers' to avoid the iframe header used in the Zoom package.

https://chrome.google.com/webstore/detail/ignore-x-frame-headers/gleekbfjekiniecknbkamfmkohkpodhe

(Troubleshoot Salesforce issues in Google Chrome)
https://help.salesforce.com/articleView?id=000312846&language=en_US&type=1&mode=1

Thanks,
Vinay Kumar
MEFMEF
Hi Vinay, 
I should do this for every user that needs to use the zoom integration feature. Does it make sense?