Page header not allowring URL masking iframe.
As I'm using a dynamic DNS service, and so that the url doesn't show my IP:port combination making the URL look cleaner, I used URL masking, but I was confused as to why it didn't work, until I contacted the DNS service support, and they had a look at my site source page, and found this:-
Which prevents their URL masking iframe.
What file this code is in have no idea?
IS there a way to auto move all the pages down, to allow the URL masking iframe at the top?
- Code: Select all
<script type="text/javascript">
if (window != window.top) {
top.location.href = location.href;
}
</script>
Which prevents their URL masking iframe.
What file this code is in have no idea?
IS there a way to auto move all the pages down, to allow the URL masking iframe at the top?