From 6f0ef9c701c87355a47e0b26e1eee140de91f6ff Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 12 Jun 2012 10:13:58 -0400 Subject: [PATCH] HTTPS --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.py b/settings.py index 20e9349..094004f 100644 --- a/settings.py +++ b/settings.py @@ -197,9 +197,9 @@ ACCOUNT_ACTIVATION_DAYS = 0 # HTTPS if not DEBUG: - #USE_HTTPS = True - #SESSION_COOKIE_SECURE = True - #CSRF_COOKIE_SECURE = True + USE_HTTPS = True + SESSION_COOKIE_SECURE = True + CSRF_COOKIE_SECURE = True SESSION_COOKIE_DOMAIN = '.snipt.net' # Messages