ev6 commited on
Commit
476346c
·
verified ·
1 Parent(s): 7890dc8

Update app/django_app/settings.py

Browse files
Files changed (1) hide show
  1. app/django_app/settings.py +2 -2
app/django_app/settings.py CHANGED
@@ -37,9 +37,9 @@ CORS_ALLOWED_ORIGINS = [
37
  'https://ev6-emotions-recognition.hf.space',
38
  ]
39
 
40
- CSRF_COOKIE_SECURE = False
41
 
42
- CSRF_COOKIE_HTTPONLY = False
43
 
44
  # Application definition
45
 
 
37
  'https://ev6-emotions-recognition.hf.space',
38
  ]
39
 
40
+ CSRF_COOKIE_SECURE = True
41
 
42
+ CSRF_COOKIE_HTTPONLY = True
43
 
44
  # Application definition
45