X-Frame-Options on apache

前端 未结 5 1344
猫巷女王i
猫巷女王i 2020-12-13 06:23

I am trying to allow some particular domain to access my site via iframe

Header set X-Frame-Options ALLOW-FROM https://www.that-site.com

I

5条回答
  •  借酒劲吻你
    2020-12-13 07:05

    See X-Frame-Options header on error response

    You can simply add following line to .htaccess

    Header always unset X-Frame-Options
    

提交回复
热议问题