mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Bring referrer policy delivery to <a> and <link> via rel attribute
This commit is contained in:
parent
53938c439f
commit
55a2270e16
1751 changed files with 36312 additions and 1088 deletions
|
@ -519,7 +519,7 @@ impl HTMLMediaElement {
|
|||
|
||||
// FIXME: we're supposed to block the load event much earlier than now
|
||||
let doc = document_from_node(self);
|
||||
doc.load_async(LoadType::Media(url), response_target);
|
||||
doc.load_async(LoadType::Media(url), response_target, None);
|
||||
} else {
|
||||
// TODO local resource fetch
|
||||
self.queue_dedicated_media_source_failure_steps();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue