Skip to content

Commit b500bcd

Browse files
author
pietro convalle
committed
fixed rebase error
1 parent 887d812 commit b500bcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

answerking/settings/base.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,9 @@
149149
SECURE_SSL_REDIRECT = False
150150
SESSION_COOKIE_SECURE = False
151151
CSRF_COOKIE_SECURE = False
152+
153+
SECURE_HSTS_SECONDS = None
154+
SECURE_HSTS_INCLUDE_SUBDOMAINS = False
155+
SECURE_FRAME_DENY = False
156+
SECURE_CONTENT_TYPE_NOSNIFF = False
157+
SECURE_BROWSER_XSS_FILTER = False

0 commit comments

Comments
 (0)