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.