Set session cookie and csrf cookie to secure
This commit is contained in:
parent
66e9a47f8b
commit
63cc667b8a
1 changed files with 3 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ ALLOWED_HOSTS = ["beer.gwairfelin.com"]
|
|||
|
||||
STATIC_ROOT = "/srv/www/beer.gwairfelin.com/static"
|
||||
MEDIA_ROOT = "/srv/www/beer.gwairfelin.com/media"
|
||||
|
||||
SESSION_COOKIE_SECURE = True
|
||||
CSRF_COOKIE_SECURE = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue