NEW259565
[SOUP] Remove FIXME in NetworkProcess::allowsFirstPartyForCookies
https://bugs.webkit.org/show_bug.cgi?id=259565
Summary [SOUP] Remove FIXME in NetworkProcess::allowsFirstPartyForCookies
Michael Catanzaro
Reported 2023-07-27 08:57:55 PDT
There is a FIXME at the top of NetworkProcess::allowsFirstPartyForCookies added in 266074@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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.