I've noticed a common trend on public websites where they display an entire website within a frame on their own site. An example of this can be seen on proxy websites, where there is a frame along with a box for entering a URL. Once the URL is entered, these sites fetch the entire HTML page and display it within their box. I'm curious to learn more about how this process works. How do they avoid issues like XSS? I would appreciate any insights or guidance on this topic!