Skip to content

Commit b155648

Browse files
Merge pull request #504 from sparcs-kaist/feat/sso_log
modify dev setting for front-end migration
2 parents 6f6bbea + 5939cd3 commit b155648

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

ara/settings/dev/__init__.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@
77

88
DEBUG = True
99

10-
ALLOWED_HOSTS = ["*"]
11-
CSRF_TRUSTED_ORIGINS = [
12-
"https://*.sparcs.org",
13-
"http://localhost",
14-
]
15-
1610
CORS_ALLOW_ALL_ORIGINS = True
1711

1812
SSO_IS_BETA = False
1913

2014
SESSION_COOKIE_SAMESITE = "None"
21-
SESSION_COOKIE_SECURE = True
15+
SESSION_COOKIE_SECURE = False
16+
CSRF_COOKIE_SAMESITE = "None"
17+
CSRF_COOKIE_SECURE = False
2218

2319
INSTALLED_APPS += [
2420
"corsheaders",

0 commit comments

Comments
 (0)