Skip to content

Commit

Permalink
Deploy: 쿠키 도메인 명시 작성 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
GitJIHO committed Feb 17, 2025
1 parent 4a5fe3d commit 16cb999
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public CookieSerializer cookieSerializer() {
DefaultCookieSerializer serializer = new DefaultCookieSerializer();
serializer.setSameSite("None");
serializer.setUseSecureCookie(true);
serializer.setDomainName("algo.knu-soft.site");
return serializer;
}
}

0 comments on commit 16cb999

Please sign in to comment.