You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Brian Demers (Jira)" <ji...@apache.org> on 2020/10/17 14:57:00 UTC

[jira] [Created] (SHIRO-793) deleteMe cookie should use the defined "sameSite"

Brian Demers created SHIRO-793:
----------------------------------

             Summary: deleteMe cookie should use the defined "sameSite"
                 Key: SHIRO-793
                 URL: https://issues.apache.org/jira/browse/SHIRO-793
             Project: Shiro
          Issue Type: Task
            Reporter: Brian Demers
             Fix For: 1.7.0, 2.0.0


With Chrome increasing security of cookies not defining any SameSite options, the deleteMe cookie may be blocked by Chrome under some circumstances.
For example, when an app is used within a cross-site iframe, one must defined the option SameSite=None option. This works for the main cookie, but the deleteMe is currently blocked. This commit fixes this.

 

https://github.com/apache/shiro/pull/257



--
This message was sent by Atlassian Jira
(v8.3.4#803005)