Skip to content

Commit

Permalink
v1.0.4 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 authored Feb 27, 2024
2 parents c49a5e4 + 5c6d369 commit f069a2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private ResponseCookie generateCookie(String cookieName, String tokenValue, Stri

private String determineSameSitePolicy() {
if (environmentUtil.isProdProfile()) {
return Cookie.SameSite.STRICT.attributeValue();
return Cookie.SameSite.LAX.attributeValue();
}
return Cookie.SameSite.NONE.attributeValue();
}
Expand Down

0 comments on commit f069a2e

Please sign in to comment.