Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created November 2, 2018 03:16
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/825438b34f5c67ee330d863d2ebae4f3 to your computer and use it in GitHub Desktop.
Save Kaiderella/825438b34f5c67ee330d863d2ebae4f3 to your computer and use it in GitHub Desktop.
Add X-Frame-Options to HTTP Headers
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment