Bug 1719184 - Transmit blob URLs more accurately when loading, r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D119539
This commit is contained in:
@@ -1968,8 +1968,7 @@ nsresult BrowsingContext::LoadURI(nsDocShellLoadState* aLoadState,
|
||||
aLoadState->SetChannelInitialized(true);
|
||||
}
|
||||
|
||||
cp->TransmitBlobDataIfBlobURL(aLoadState->URI(),
|
||||
aLoadState->TriggeringPrincipal());
|
||||
cp->TransmitBlobDataIfBlobURL(aLoadState->URI());
|
||||
|
||||
// Setup a confirmation callback once the content process receives this
|
||||
// load. Normally we'd expect a PDocumentChannel actor to have been
|
||||
|
||||
Reference in New Issue
Block a user