ev6 commited on
Commit
ce82a5f
·
verified ·
1 Parent(s): e737ef3

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
@@ -35,9 +35,9 @@ CORS_ALLOWED_ORIGINS = [
35
  'https://ev6-emotions-recognition.hf.space',
36
  ]
37
 
38
- CSRF_COOKIE_SECURE = True
39
 
40
- CSRF_COOKIE_HTTPONLY = True
41
 
42
  # Application definition
43
 
 
35
  'https://ev6-emotions-recognition.hf.space',
36
  ]
37
 
38
+ CSRF_COOKIE_SECURE = False
39
 
40
+ CSRF_COOKIE_HTTPONLY = False
41
 
42
  # Application definition
43