[Webkit-unassigned] [Bug 210178] New: SameSite=None doesn't appear on attribute WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 8 02:52:17 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210178

            Bug ID: 210178
           Summary: SameSite=None doesn't appear on  attribute
                    WebInspector
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: koba0004 at gmail.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 395784

  --> https://bugs.webkit.org/attachment.cgi?id=395784&action=review

SameSite=None doesn't appear on the Network and Storage panel

# Steps to reproduce:

I've set cookies with SameSite=None(foo) and without the SameSite(foo2) attribute and then confirmed the results on the Network pane and Storage panel on the WebInspector.

- Access https://probable-oxidized-leather.glitch.me/
- Open Network panel
- See the cookie value for probable-oxidized-leather.glitch.me
- Open Storage panel
- See the cookie value for probable-oxidized-leather.glitch.me

# Actual results:

The cookie(foo2) value of the SameSite attribute is —.
See the attached file.

# Expected results:

The cookie(foo2) value of the SameSite should be "None".

The source code of the site is here.
https://glitch.com/edit/#!/probable-oxidized-leather

Safari Technology Preview(Release 103 (Safari 13.2, WebKit 15610.1.7.3.2)) is also the same behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200408/596e3de8/attachment-0001.htm>


More information about the webkit-unassigned mailing list