We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70651ec commit a7c2c92Copy full SHA for a7c2c92
1 file changed
src/main/resources/application.yml
@@ -40,6 +40,6 @@ server:
40
cookie:
41
name: JSESSIONID # 세션 쿠키 이름 설정
42
secure: false # HTTPS 환경에서는 true, HTTP 환경에서는 false
43
- same-site: None # SameSite=None 설정
+ same-site: Lax # SameSite=None 설정
44
address: 0.0.0.0
45
# port: 8080
0 commit comments