Bug 259565
| Summary: | [SOUP] Remove FIXME in NetworkProcess::allowsFirstPartyForCookies | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply, charliew, pgriffis |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Catanzaro
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |