Skip to content

Commit

Permalink
[feat]: localhost change cookkie domain
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Feb 26, 2024
1 parent 165b679 commit 8f0d9ac
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified server/.gradle/7.6.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified server/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static ResponseCookie setLocalCookie(String name, String value) {
.sameSite("None")
.httpOnly(true)
.maxAge(2592000)
.domain("127.0.0.1")
.domain("localhost")
.build();
}

Expand Down

0 comments on commit 8f0d9ac

Please sign in to comment.