Properly set the url on the Response object when the response is an opaqueredirect

This commit is contained in:
Bastien Orivel 2020-05-06 20:08:26 +02:00
parent b290ad95c1
commit ec665d9dce
8 changed files with 10 additions and 100 deletions

View file

@ -186,7 +186,7 @@ pub enum FilteredMetadata {
Basic(Metadata),
Cors(Metadata),
Opaque,
OpaqueRedirect,
OpaqueRedirect(ServoUrl),
}
#[derive(Clone, Debug, Deserialize, Serialize)]