Created
February 29, 2020 15:43
-
-
Save tapanpandita/8a58c340433d08be440ec3c21405c3cf 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
SECURE_HSTS_SECONDS = 86400 # 1 day | |
SECURE_HSTS_INCLUDE_SUBDOMAINS = True | |
SECURE_HSTS_PRELOAD = True | |
SECURE_BROWSER_XSS_FILTER = True | |
SECURE_CONTENT_TYPE_NOSNIFF = True | |
X_FRAME_OPTIONS = 'DENY' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment