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:
François Revol 2010-11-26 00:43:46 +00:00
parent 94ce028380
commit d66b59cdfc
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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",