From a98b96bb47fa5b8881ec3a18c2e46521a4ac88ee Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Sun, 30 Mar 2025 22:42:47 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20profile=EC=97=90=20=EC=BF=A0?= =?UTF-8?q?=ED=82=A4=20same-site,=20securt=20=EC=84=A4=EC=A0=95=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 --- src/main/resources/application-dev.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f59b3bf..b4384e8 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,4 +5,12 @@ spring: jpa: hibernate: - ddl-auto: none \ No newline at end of file + ddl-auto: none + +server: + servlet: + session: + cookie: + name: SESSION + same-site: none + secure: true \ No newline at end of file