mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
script: Obtain referrer policy from header
This commit is contained in:
parent
920a43df95
commit
1a242d8a50
8 changed files with 52 additions and 11 deletions
|
@ -280,7 +280,7 @@ pub fn parse_html_fragment(context_node: &Node,
|
|||
None, None,
|
||||
DocumentSource::FromParser,
|
||||
loader,
|
||||
None);
|
||||
None, None);
|
||||
|
||||
// Step 2.
|
||||
document.set_quirks_mode(context_document.quirks_mode());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue