Skip to content

Commit

Permalink
chore: 쿠키 전달 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySstar authored Nov 23, 2024
1 parent 66ab7dc commit db500d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ server:
servlet:
session:
cookie:
secure: true # HTTPS 사용 시 true
secure: false # HTTPS 사용 시 true
http-only: true
same-site: none # 다른 도메인 간 쿠키 전송 허용
same-site: none # 다른 도메인 간 쿠키 전송 허용

0 comments on commit db500d3

Please sign in to comment.