Hello there everyone!
I use a server management script and one of it’s features has been to embed a server monitoring script via i-frame. When I asked why the page no longer embedded properly, one of the developers stated that modern browsers block iframe embedding if the page is on a different port.
Is this something that can be overcome via either the iframe host or client page via setting x-frame-options?
Firefox console states:
Content Security Policy: The page’s settings blocked the loading of a resource at https://user@server.com/munin (“default-src”).
Thanks for your time!