mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -52,6 +52,7 @@ impl Location {
|
|||
Some(pipeline_id),
|
||||
referrer,
|
||||
referrer_policy,
|
||||
None, // Top navigation doesn't inherit secure context
|
||||
);
|
||||
// TODO: rethrow exceptions, set exceptions enabled flag.
|
||||
self.window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue