Skip to content

Commit

Permalink
Bug 1736488 part II
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Jun 23, 2024
1 parent e1b2a93 commit d653905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netwerk/ipc/DocumentLoadListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ auto DocumentLoadListener::Open(nsDocShellLoadState* aLoadState,
if (cos && aUrgentStart) {
cos->AddClassFlags(nsIClassOfService::UrgentStart);
}
}

// ClientChannelHelper below needs us to have finalized the principal for
// the channel because it will request that StoragePrincipalHelper mint us a
Expand All @@ -796,6 +795,7 @@ auto DocumentLoadListener::Open(nsDocShellLoadState* aLoadState,
// caveat is that the RFPRandomKey may be spuriously regenerated for
// top-level documents.
AntiTrackingUtils::UpdateAntiTrackingInfoForChannel(httpChannel);
}

// Setup a ClientChannelHelper to watch for redirects, and copy
// across any serviceworker related data between channels as needed.
Expand Down

0 comments on commit d653905

Please sign in to comment.