In the wake of this famous question: How to identify if a webpage is being loaded inside an iframe or directly into the browser window?
I have an opposite practical issue: is there any way (workable in all browsers) to prevent a web-page from knowing that it is loaded inside an iframe
element?
This is useful for various preview interfaces, where some particular websites block their content if they are loaded inside an iframe.