[Webkit-unassigned] [Bug 213954] New: [SOUP] Add support for HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 4 05:18:55 PDT 2020


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

            Bug ID: 213954
           Summary: [SOUP] Add support for
                    HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, mcatanzaro at gnome.org

We currently use HTTPCookieAcceptPolicy::OnlyFromMainDocumentDomain as SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY because that's the default, but it's not really supported by libsoup. SOUP_COOKIE_JAR_ACCEPT_NO_THIRD_PARTY is actually HTTPCookieAcceptPolicy::ExclusivelyFromMainDocumentDomain. We need new libsoup API to add the new policy and use the right one. I'm not sure we want to expose the new one in the API though, since it's less restrictive and we now have ITP support.

-- 
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/20200704/cdef7af5/attachment-0001.htm>


More information about the webkit-unassigned mailing list