WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
259565
[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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug