wget should handle https as well just file.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39639 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
94ce028380
commit
d66b59cdfc
@ -329,7 +329,7 @@ UrlWrapper::ArgvReceived(int32 argc, char** argv)
|
||||
return;
|
||||
}
|
||||
|
||||
if (proto == "http" /*|| proto == "ftp"*/) {
|
||||
if (proto == "http" || proto == "https" /*|| proto == "ftp"*/) {
|
||||
BString cmd("/bin/wget ");
|
||||
|
||||
//cmd << url;
|
||||
|
@ -9,6 +9,7 @@ resource(1, "BEOS:FILE_TYPES") message
|
||||
"types" = "text/x-webloc",
|
||||
"types" = "application/x-vnd.Be.URL.file",
|
||||
"types" = "application/x-vnd.Be.URL.http",
|
||||
"types" = "application/x-vnd.Be.URL.https",
|
||||
"types" = "application/x-vnd.Be.URL.query",
|
||||
"types" = "application/x-vnd.Be.URL.sh",
|
||||
"types" = "application/x-vnd.Be.URL.beshare",
|
||||
|
Loading…
Reference in New Issue
Block a user