Hello,
I am new here, and hopefully i get some answers and can fix this issue.
I have an iframe with <?php header('X-Frame-Options: DENY'); ?> so the iframe cant be used on other domains.
I have made an test to see the deny function is working…
http://www.footy.to/iframe.php , the iframe is at other domain and cant be use due the deny function, but now i am curious how to stop this when people using this technic
They are bypassing the deny option and the iframe is visible here
http://www.footy.to/14.php
how can i stop them to include stuff from my site or bypass the deny option.
Any help will be appreciated.
Thanks In advance