Skip to content

Instantly share code, notes, and snippets.

@cakriwut
Created October 22, 2016 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cakriwut/9dbf880b2dd04ec894e2667354c02084 to your computer and use it in GitHub Desktop.
Save cakriwut/9dbf880b2dd04ec894e2667354c02084 to your computer and use it in GitHub Desktop.
Modify response header
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<remove name="X-Powered-By" />
<add name="X-Frame-Options" value="SAMEORIGIN" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment