error generating from showing iframe

I recieve this error when uploading content into an i-frame. The below screenshot is what is displayed on the front end.

Hi, @RMills77 :waving_hand: Thanks for reaching out. Let’s see if our community has any feedback — hey @Anton @jonchim, do you have any thoughts here? Thank you! — Jaycee

Jumping in on this one.

@RMills77, the site you’re trying to put in an iframe is not allowing you to. The sameorigin value for X-Frame-Options means “The page can only be displayed if all ancestor frames are same origin as the page itself.” i.e. they’re only allowing their website to be used in iframes on their own website. You can read more here. There’s no way around it.