Skip to content

Instantly share code, notes, and snippets.

@JBlond
Last active February 5, 2016 13:00
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 JBlond/c3d6076f3f37fe4ab982 to your computer and use it in GitHub Desktop.
Save JBlond/c3d6076f3f37fe4ab982 to your computer and use it in GitHub Desktop.
Apache security config
<IfModule mod_headers.c>
Header always set X-Frame-Options "SAMEORIGIN"
Header always set X-XSS-Protection "1; mode=block"
Header always 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