From 7a3cf438fd713a86bc486a0f1d09d8b44e942b76 Mon Sep 17 00:00:00 2001 From: jungmir Date: Thu, 5 Sep 2024 00:24:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Fix:=20https=EC=97=90=EC=84=9C=20http?= =?UTF-8?q?=EB=A1=9C=20schema=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyconkr/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyconkr/settings.py b/pyconkr/settings.py index a44a52d..e6a4fa6 100644 --- a/pyconkr/settings.py +++ b/pyconkr/settings.py @@ -232,7 +232,7 @@ "http://pycon-prod2023.pycon.kr", "http://127.0.0.1:3000", "http://localhost:3000", - "https://pycon-dev2024.pycon.kr", + "http://pycon-dev2024.pycon.kr", ) CORS_ALLOW_CREDENTIALS = True From f6b6f82ce4d8e8607bc4ec4221dc716ab7fc0cb5 Mon Sep 17 00:00:00 2001 From: jungmir Date: Fri, 6 Sep 2024 00:35:57 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Update:=20=ED=94=84=EB=A1=9C=EB=8D=95?= =?UTF-8?q?=EC=85=98=20=EB=8F=84=EB=A9=94=EC=9D=B8=20cors=20whitelist=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyconkr/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyconkr/settings.py b/pyconkr/settings.py index e6a4fa6..92481f0 100644 --- a/pyconkr/settings.py +++ b/pyconkr/settings.py @@ -233,6 +233,8 @@ "http://127.0.0.1:3000", "http://localhost:3000", "http://pycon-dev2024.pycon.kr", + "https://2024.pycon.kr", + "http://2024.pycon.kr", ) CORS_ALLOW_CREDENTIALS = True