Skip to content

Commit 00314e4

Browse files
authored
Merge pull request #164 from pythonkr/fix/http-cors-whitelist
Fix/http cors whitelist
2 parents 5566005 + f6b6f82 commit 00314e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyconkr/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@
232232
"http://pycon-prod2023.pycon.kr",
233233
"http://127.0.0.1:3000",
234234
"http://localhost:3000",
235-
"https://pycon-dev2024.pycon.kr",
235+
"http://pycon-dev2024.pycon.kr",
236+
"https://2024.pycon.kr",
237+
"http://2024.pycon.kr",
236238
)
237239
CORS_ALLOW_CREDENTIALS = True
238240

0 commit comments

Comments
 (0)