[Webkit-unassigned] [Bug 184764] New: Limit cookie header access to the Network process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 18 16:54:29 PDT 2018


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

            Bug ID: 184764
           Summary: Limit cookie header access to the Network process
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Revise the handling of cookie request headers so that we don't interact with them in the WebContent process. They are only needed for interaction with the server and the network process, so we should limit their scope to just the Network process.

Instead, we should handle a token that represents the cookie headers in the WebContent process, which can be converted to the relevant cookie data in the network process when needed.

-- 
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/20180418/6b3199ea/attachment.html>


More information about the webkit-unassigned mailing list