mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Add creation url and Secure Contexts
This commit is contained in:
parent
20ef49e035
commit
0e1479cc84
25 changed files with 207 additions and 9 deletions
|
@ -811,6 +811,7 @@ impl HTMLFormElement {
|
|||
None,
|
||||
target_window.upcast::<GlobalScope>().get_referrer(),
|
||||
target_document.get_referrer_policy(),
|
||||
Some(target_window.upcast::<GlobalScope>().is_secure_context()),
|
||||
);
|
||||
|
||||
// Step 22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue