Bring referrer policy delivery to <a> and <link> via rel attribute

This commit is contained in:
Ying-Ruei Liang(KK) 2016-07-12 01:25:50 +08:00
parent 53938c439f
commit 55a2270e16
1751 changed files with 36312 additions and 1088 deletions

View file

@ -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();