Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created November 2, 2018 03:07
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 Kaiderella/47c908a82d0005c722f9f491f1b61617 to your computer and use it in GitHub Desktop.
Save Kaiderella/47c908a82d0005c722f9f491f1b61617 to your computer and use it in GitHub Desktop.
Add X-Content-Type-Options to HTTP Headers
<IfModule mod_headers.c>
Header set X-Content-Type-Options nosniff
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment