Skip to content

Commit

Permalink
Merge pull request #13 from PROCOLLAB-github/dev
Browse files Browse the repository at this point in the history
Set SESSION_COOKIE_SECURE to False
  • Loading branch information
stolzor authored Nov 4, 2022
2 parents 2b9370f + 03db0b6 commit 1dd70a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion procollab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"SLIDING_TOKEN_REFRESH_LIFETIME": timedelta(days=1),
}

SESSION_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = False

EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_USE_TLS = True
Expand Down

0 comments on commit 1dd70a0

Please sign in to comment.