set tile access cookie
This commit is contained in:
parent
1bf61f5f0f
commit
e24dace846
3 changed files with 21 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue