[Webkit-unassigned] [Bug 224834] New: Prevent GPU and WebContent processes from attempting to connect to the AppSSO service

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 15:29:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224834

            Bug ID: 224834
           Summary: Prevent GPU and WebContent processes from attempting
                    to connect to the AppSSO service
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210420/1f94e972/attachment.htm>


More information about the webkit-unassigned mailing list