RESOLVED FIXED 224834
[Cocoa] Prevent GPU and WebContent processes from attempting to connect to the AppSSO service
https://bugs.webkit.org/show_bug.cgi?id=224834
Summary [Cocoa] Prevent GPU and WebContent processes from attempting to connect to th...
Brent Fulgham
Reported 2021-04-20 15:29:29 PDT
CFNetwork will attempt to check in with the AppSSO service under certain load operations. But WebKit handles the AppSSO flow prior to load, and hand the necessary state to CFNetwork to control loads. We don't want CFNetwork to attempt to connect to AppSSO on its own. We need to tell CFNetwork that we've already make the assessment of whether AppSSO is needed so that it doesn't attempt to reach out on its own.
Attachments
Patch (4.31 KB, patch)
2021-04-20 15:33 PDT, Brent Fulgham
no flags
Patch for landing (4.87 KB, patch)
2021-04-20 16:29 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-04-20 15:29:49 PDT
Brent Fulgham
Comment 2 2021-04-20 15:33:48 PDT
Jiewen Tan
Comment 3 2021-04-20 16:06:46 PDT
Comment on attachment 426601 [details] Patch LGTM. r=me.
Brent Fulgham
Comment 4 2021-04-20 16:29:19 PDT
Created attachment 426612 [details] Patch for landing
EWS
Comment 5 2021-04-20 18:05:38 PDT
Committed r276340 (236818@main): <https://commits.webkit.org/236818@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 426612 [details].
Note You need to log in before you can comment on or make changes to this bug.