Skip to content

Commit 1dd70a0

Browse files
authored
Merge pull request #13 from PROCOLLAB-github/dev
Set SESSION_COOKIE_SECURE to False
2 parents 2b9370f + 03db0b6 commit 1dd70a0

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)