[Webkit-unassigned] [Bug 259565] New: [SOUP] Remove FIXME in NetworkProcess::allowsFirstPartyForCookies
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 27 08:57:55 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=259565
Bug ID: 259565
Summary: [SOUP] Remove FIXME in
NetworkProcess::allowsFirstPartyForCookies
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: mcatanzaro at redhat.com
CC: bugs-noreply at webkitgtk.org, charliew at apple.com,
pgriffis at igalia.com
There is a FIXME at the top of NetworkProcess::allowsFirstPartyForCookies added in 266074 at main:
if PLATFORM(GTK)
// FIXME: This shouldn't be needed but is hit for some web socket tests on GTK.
if (firstPartyDomain.isEmpty())
return true;
#endif
We should figure out what's going wrong. The first party domain is not supposed to be empty.
--
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/20230727/b1abf6f2/attachment.htm>
More information about the webkit-unassigned
mailing list