set tile access cookie

This commit is contained in:
Laura Klünder 2017-10-24 23:26:09 +02:00
parent 1bf61f5f0f
commit e24dace846
3 changed files with 21 additions and 1 deletions

View file

@ -161,6 +161,7 @@ STATIC_ROOT = os.path.join(os.path.dirname(__file__), 'static.dist')
SESSION_COOKIE_NAME = 'c3nav_session'
LANGUAGE_COOKIE_NAME = 'c3nav_language'
CSRF_COOKIE_NAME = 'c3nav_csrftoken'
TILE_ACCESS_COOKIE_NAME = 'c3nav_tile_access'
SESSION_COOKIE_HTTPONLY = True
# Application definition