Answers for "Configuring IIS X-Frame-Options"

0

Configuring IIS X-Frame-Options

<system.webServer>
  ...

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

  ...
</system.webServer>
Posted by: Guest on June-22-2021

Browse Popular Code Answers by Language