We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779994b commit 6f7a126Copy full SHA for 6f7a126
back/src/main/resources/application-prod.yml
@@ -38,6 +38,6 @@ custom:
38
backUrl: "https://api.jobmate.info" # HTTPS로 변경
39
cookie:
40
httpOnly: true
41
- secure: false # HTTPS에서는 true로 변경 # 임시로 false로 변경
42
- sameSite: "None" # 임시로 None로 변경
+ secure: true # HTTPS에서는 true로 변경 # 임시로 false로 변경
+ sameSite: "Lax" # 임시로 None로 변경
43
maxAge: "#{60*60*24}"
0 commit comments