[Webkit-unassigned] [Bug 227564] WebSocket traffic should be associated with content in Safari rather than the app itself

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 20:54:57 PDT 2021


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

--- Comment #5 from Kate Cheney <katherine_cheney at apple.com> ---
Comment on attachment 432654
  --> https://bugs.webkit.org/attachment.cgi?id=432654
Proposed fix

View in context: https://bugs.webkit.org/attachment.cgi?id=432654&action=review

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:1696
> +    if (!request.isAppBound()) {

I did a rename so you will likely have to rebase this patch.

> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:1701
> +#endif

I think you'll also need something like this:

appPrivacyReportTestingData().didLoadAppInitiatedRequest(nsRequest.get().attribution == NSURLRequestAttributionDeveloper);

here to send the attribution data to the test runner.

-- 
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/20210709/be289b8b/attachment.htm>


More information about the webkit-unassigned mailing list