mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -984,7 +984,7 @@ impl XMLHttpRequest {
|
|||
FilteredMetadata::Basic(m) => m,
|
||||
FilteredMetadata::Cors(m) => m,
|
||||
FilteredMetadata::Opaque => return Err(Error::Network),
|
||||
FilteredMetadata::OpaqueRedirect => return Err(Error::Network),
|
||||
FilteredMetadata::OpaqueRedirect(_) => return Err(Error::Network),
|
||||
},
|
||||
},
|
||||
Err(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue