mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
check http_state in determine_request_referrer
This commit is contained in:
parent
79b6758cb9
commit
a7c5c97616
12 changed files with 133 additions and 46 deletions
|
@ -250,6 +250,7 @@ pub fn main_fetch(
|
|||
request.referrer_policy.unwrap(),
|
||||
url,
|
||||
current_url,
|
||||
request.https_state,
|
||||
)
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue