Website is not displayed in the "Website" widget

Some websites are not displayed correctly in the module when you have selected the "Website" widget. This is because the pages are displayed in an iframe in this tool. If the page is not displayed correctly, the target page uses a so-called framebuster. In this case, the following code can be found on the target page, for example:

<script type="text/javascript">
if (top!=self) top.location.href=self.location.href;
</script>


There are two possible solutions to this problem.

If you have access to the page in question, you can remove the so-called framebuster.
If you don't have access to the page, you can add the page to the virtual booth differently by selecting the "New Page" widget. This causes the page to open as a new page instead of in the module.