Skip to content

Commit 7af14f1

Browse files
Merge pull request #513 from sparcs-kaist/feat/sso_log
add cookie secur option to dev config
2 parents 50c462e + 358bcf2 commit 7af14f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ara/settings/dev/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
SSO_IS_BETA = False
1919

2020
SESSION_COOKIE_SAMESITE = "None"
21+
SESSION_COOKIE_SECURE = True
2122

2223
INSTALLED_APPS += [
2324
"corsheaders",
@@ -53,4 +54,4 @@
5354
REPORT_THRESHOLD = 4
5455
SCHOOL_RESPONSE_VOTE_THRESHOLD = 3
5556
ANSWER_PERIOD = 14
56-
MIN_TIME = datetime.min.replace(tzinfo=timezone.utc)
57+
MIN_TIME = datetime.min.replace(tzinfo=timezone.utc)

0 commit comments

Comments
 (0)