如何让我的网站不显示在iframe中

时间:2012-07-30 15:30:41

标签: php html .htaccess

  

可能重复:
  How to Block Iframe call

我希望我的网站不会显示在iframe中。

我该怎么做?

1 个答案:

答案 0 :(得分:4)

将此添加到您的htaccess或服务器配置:

Header always append X-Frame-Options SAMEORIGIN

它会阻止(至少在支持它的浏览器中)您的网站显示在其他网站的 iFrame中。