Created
August 11, 2015 08:25
-
-
Save omarkurt/72e406ee34bb634463c9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Security | |
Header set X-Frame-Options: sameorigin | |
Header set X-XSS-Protection: "1; mode=block" | |
Header set X-WebKit-CSP: "default-src 'self'" | |
Header set X-Content-Type-Options: nosniff | |
Header set X-Permitted-Cross-Domain-Policies: "master-only" | |
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains" | |
Header unset ETag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment