From db25ca3ed37befa677a0879f02314834967b61e8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 13 2015 16:32:00 +0000 Subject: Let the default configuration be less secure but working out of the box This is really interesting to allow to work on progit without having to write your own configuration file --- diff --git a/progit/default_config.py b/progit/default_config.py index 5468914..fe025a8 100644 --- a/progit/default_config.py +++ b/progit/default_config.py @@ -123,7 +123,7 @@ CHECK_SESSION_IP = True SHORT_LENGTH = 6 # Make browsers send session cookie only via HTTPS -SESSION_COOKIE_SECURE = True +SESSION_COOKIE_SECURE = False # Used by SESSION_COOKIE_PATH -APPLICATION_ROOT = '/progit' +APPLICATION_ROOT = '/'