From 48b5a5131f5185916977e305c70b3444bdcf601a Mon Sep 17 00:00:00 2001 From: seonjuuu Date: Mon, 2 Jun 2025 17:41:47 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20yml=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pirocheck/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pirocheck/src/main/resources/application.yml b/backend/pirocheck/src/main/resources/application.yml index bdef4aa..8d44732 100644 --- a/backend/pirocheck/src/main/resources/application.yml +++ b/backend/pirocheck/src/main/resources/application.yml @@ -17,7 +17,7 @@ server: session: cookie: http-only: true # 세션 쿠키를 HttpOnly로 설정 (JS에서 접근 불가) - secure: false # HTTPS 전용 전송 (Https -> true로 바꿔야 함) + secure: true # HTTPS 전용 전송 (Https -> true로 바꿔야 함) same-site: Lax # CSRF 방지 timeout: 30m # 세션 타임아웃 30분 (30 minutes) address: 0.0.0.0