mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Properly set the url on the Response object when the response is an opaqueredirect
This commit is contained in:
parent
b290ad95c1
commit
ec665d9dce
8 changed files with 10 additions and 100 deletions
|
@ -341,7 +341,7 @@ impl Response {
|
|||
unsafe_: unsafe_metadata,
|
||||
}),
|
||||
ResponseType::OpaqueRedirect => Ok(FetchMetadata::Filtered {
|
||||
filtered: FilteredMetadata::OpaqueRedirect,
|
||||
filtered: FilteredMetadata::OpaqueRedirect(url.clone()),
|
||||
unsafe_: unsafe_metadata,
|
||||
}),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue