diff options
Diffstat (limited to 'components/net/blob_loader.rs')
-rw-r--r-- | components/net/blob_loader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/net/blob_loader.rs b/components/net/blob_loader.rs index 09a426fbc65..df0c7468d42 100644 --- a/components/net/blob_loader.rs +++ b/components/net/blob_loader.rs @@ -46,6 +46,7 @@ pub fn load_blob(load_data: LoadData, start_chan: LoadConsumer, // https://w3c.github.io/FileAPI/#TwoHundredOK status: Some(RawStatus(200, "OK".into())), https_state: HttpsState::None, + referrer: None }; if let Ok(chan) = |