Skip to content

Instantly share code, notes, and snippets.

@devoltt
Last active March 14, 2018 08:03
Show Gist options
  • Save devoltt/6a6f0ef873bddc69411209d8d41b9293 to your computer and use it in GitHub Desktop.
Save devoltt/6a6f0ef873bddc69411209d8d41b9293 to your computer and use it in GitHub Desktop.
<IfModule headers_module>
Header set X-FRAME-OPTIONS "SAMEORIGIN"
Header set Content-Security-Policy "frame-ancestors 'self' https://example.com/"
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment