Skip to content

Commit

Permalink
refactor: cookie same-site 설정 추가 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdohyung committed May 3, 2024
1 parent 653cd3f commit 73bf9ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ spring:
include:
- oauth
- crawler
- s3
- s3

server:
servlet:
session:
cookie:
same-site: none
secure: true

0 comments on commit 73bf9ff

Please sign in to comment.