mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -236,7 +236,7 @@ fn fetch_a_classic_script(script: &HTMLScriptElement,
|
|||
listener.notify_action(message.to().unwrap());
|
||||
});
|
||||
|
||||
doc.load_async(LoadType::Script(url), response_target);
|
||||
doc.load_async(LoadType::Script(url), response_target, None);
|
||||
}
|
||||
|
||||
impl HTMLScriptElement {
|
||||
|
@ -355,6 +355,7 @@ impl HTMLScriptElement {
|
|||
|
||||
// Step 18.6.
|
||||
fetch_a_classic_script(self, url, encoding);
|
||||
|
||||
true
|
||||
},
|
||||
None => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue