Skip to content

Commit

Permalink
去掉sameSite
Browse files Browse the repository at this point in the history
  • Loading branch information
dongxuanliang252 authored and dongxuanliang252 committed Aug 26, 2020
1 parent 759b897 commit 9d19c8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public static class CookieConfiguration {
public Cookie cookie() {
Cookie cookie = new SimpleCookie(WinSecurityConstant.SHIRO_COOKIE_NAME);
cookie.setHttpOnly(true);
cookie.setSameSite(null);
return cookie;
}
}
Expand Down

0 comments on commit 9d19c8a

Please sign in to comment.