Mobile app version of vmapp.org
Login or Join
Yeniel560

: One of the best ways to prevent framing, is to use a rule on your .htaccess, like so <IfModule mod_headers.c> Header always append X-Frame-Options SAMEORIGIN </IfModule>

@Yeniel560

One of the best ways to prevent framing, is to use a rule on your .htaccess, like so

<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>


This method doesn't rely on JavaScrpit being active or not but on the support of the X-Frame-Options header. It is not an Internet Standard, but it is quite well supported as of February 2014

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Yeniel560

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme