You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Mark Struberg (Jira)" <ji...@apache.org> on 2021/03/04 22:05:00 UTC

[jira] [Commented] (DELTASPIKE-1413) dsrwid cookie should not be set to sameSite="None"

    [ https://issues.apache.org/jira/browse/DELTASPIKE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17295600#comment-17295600 ] 

Mark Struberg commented on DELTASPIKE-1413:
-------------------------------------------

I'll set the cookie to SameSite=Strict.

> dsrwid cookie should not be set to sameSite="None"
> --------------------------------------------------
>
>                 Key: DELTASPIKE-1413
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1413
>             Project: DeltaSpike
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Matthias Walliczek
>            Priority: Critical
>
> Currently the dsrwid cookie set by the lazy window handler is set to secure=false and sameSite=None.
> This combination will not be allowed by Firefox in the future. See [https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite.|https://developer.mozilla.org/de/docs/Web/HTTP/Headers/Set-Cookie/SameSite]
> Instead sameSite should be set to "lax", which is default in modern browsers.



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