Spaces:
Sleeping
Sleeping
Update app/django_app/settings.py
Browse files
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 =
|
41 |
|
42 |
-
CSRF_COOKIE_HTTPONLY =
|
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 |
|