Seeing this with media loads only.
<rdar://problem/79467871>
Created attachment 435718 [details] Patch
Created attachment 435735 [details] Patch
Created attachment 435767 [details] Patch
Comment on attachment 435767 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435767&action=review R=me > Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:617 > + nsRequest = mutableRequest.get(); It would be better if we could initialize attribution when we construct the NSURLRequest from the request above, but this is fine for now.
Comment on attachment 435767 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=435767&action=review >> Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:617 >> + nsRequest = mutableRequest.get(); > > It would be better if we could initialize attribution when we construct the NSURLRequest from the request above, but this is fine for now. That's a good idea. It would require changing the ::nsURLRequest function which is used in a lot of places, so agreed it might be better for a separate fix.
Committed r281234 (240671@main): <https://commits.webkit.org/240671@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 435767 [details].