mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update referrer computation
Update unit tests for determine_requests_referrer Update wpt metadata Add missing spec links
This commit is contained in:
parent
83b2f0de0b
commit
310821d3b0
26 changed files with 229 additions and 585 deletions
|
@ -2370,10 +2370,10 @@ impl GlobalScope {
|
|||
}
|
||||
|
||||
// Substep 3.1.4
|
||||
return Referrer::Client(url);
|
||||
Referrer::Client(url)
|
||||
} else {
|
||||
// Substep 3.2
|
||||
return Referrer::Client(self.get_url());
|
||||
Referrer::Client(self.get_url())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue