2021年9月13日 星期一

[筆記]防止iframe嵌入

 <system.webServer>  

  <httpProtocol>

    <customHeaders>

      <add name="X-Frame-Options" value="SAMEORIGIN" />

    </customHeaders>

  </httpProtocol>

</system.webServer>


  • value="SAMEORIGIN" 
  • value="DENY" 

沒有留言:

張貼留言