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 7fb70de commit 4958b6aCopy full SHA for 4958b6a
back/src/main/resources/application-prod.yml
@@ -39,5 +39,5 @@ custom:
39
cookie:
40
httpOnly: true
41
secure: false # HTTPS에서는 true로 변경
42
- sameSite: "Lax"
+ sameSite: "None" #임시
43
maxAge: "#{60*60*24}"
0 commit comments