Perspective ifram URL not accessible, Connection refused

Hello Team,
We are trying to display URL into Ignition by ifram component but I'm getting error connection refuse.
I have check in developer mode its say that Set X fram option set to deny. Is there any option to access this URL?

Back in the early days of the web, iframes were abused by malware to do Evil Things™. So browsers were changed to only allow a URL in an IFrame if the target server explicitly allows it.

That is, it isn't something in Ignition that needs to change, but the "Content Security Policy" of the other site that needs to change. (If a public site, this is unlikely to be allowed.)

Hello @pturmel ,
Thanks for confirmation