Skip to content

Commit 4842a3f

Browse files
Merge pull request #509 from sparcs-kaist/revert-506-feat/sso_log
Revert "modify samesite property"
2 parents 26ac58b + 5066ac6 commit 4842a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ara/settings/dev/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
SSO_IS_BETA = False
1414

15-
SESSION_COOKIE_SAMESITE = "Lax"
15+
SESSION_COOKIE_SAMESITE = "None"
1616
SESSION_COOKIE_SECURE = False
17-
CSRF_COOKIE_SAMESITE = "Lax"
17+
CSRF_COOKIE_SAMESITE = "None"
1818
CSRF_COOKIE_SECURE = False
1919

2020
INSTALLED_APPS += [

0 commit comments

Comments
 (0)