Skip to content

Commit 03db0b6

Browse files
committed
Set SESSION_COOKIE_SECURE to False
1 parent f111081 commit 03db0b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"SLIDING_TOKEN_REFRESH_LIFETIME": timedelta(days=1),
216216
}
217217

218-
SESSION_COOKIE_SECURE = True
218+
SESSION_COOKIE_SECURE = False
219219

220220
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
221221
EMAIL_USE_TLS = True

0 commit comments

Comments
 (0)