Skip to content

Commit cbd1a27

Browse files
[Fix] application.yaml 에 same-site, http-only 설정추가
1 parent dadc28f commit cbd1a27

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/resources/application-local.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ frontend:
4242
url: http://localhost:5173
4343
cookie:
4444
secure: false
45+
same-site: none
46+
http-only: true
4547

4648
logging:
4749
level:

src/main/resources/application-prod.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ frontend:
4040
url: ${FRONTEND_URL}
4141
cookie:
4242
secure: true
43+
same-site: none
44+
http-only: true
4345

4446
logging:
4547
level:

0 commit comments

Comments
 (0)