Skip to content

Commit 1c818b9

Browse files
authored
Merge pull request #196 from prgrms-web-devcourse-final-project/fix#194
[fix] 쿠키 검증 실패로 크로스도메인 공유 해제#194
2 parents 594c6b6 + e5ad87a commit 1c818b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ custom:
4545
secure: true
4646
same: "None"
4747
site:
48-
cookieDomain: ".${BASE_URL}"
48+
cookieDomain: "${BASE_URL}"
4949
frontUrl: "${custom.prod.frontUrl}"
5050
backUrl: "${custom.prod.backUrl}"
5151
name: ssoul

0 commit comments

Comments
 (0)