I have implemented the Facebook chat plugin into my website, and it works great. However, a CSP error is raised when I tried to embed the website into another website of a different domain
Refused to frame 'https://www.facebook.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://example.com".
Any input on how to embed the website as the iframe into other websites would be greatly appreciated!