move to use http instead of https

pull/302/head
Simone Mosciatti 2 years ago committed by GitHub
parent 8c08776f1d
commit c86b7bd8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ fn main() {
false => {
// It is not a FS path, now we do what browsers do:
// prepend "http://" and hope it points to a website
Url::parse(&format!("https://{hopefully_url}", hopefully_url = &target))
Url::parse(&format!("http://{hopefully_url}", hopefully_url = &target))
.unwrap()
}
}

Loading…
Cancel
Save