Skip to content

Commit 4f93a7b

Browse files
committed
🔧 chore: http-only 속성 추가
1 parent 0a12ef0 commit 4f93a7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/src/main/resources/application.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ spring:
5050
file:
5151
thumbnail-path : images/thumbnail/ # 이후 배포 환경에서는 바꾸면 될 듯
5252
default-thumbnail-url: /images/thumbnail/default.png
53+
54+
server:
55+
servlet:
56+
session:
57+
cookie:
58+
http-only: true

0 commit comments

Comments
 (0)