Skip to content
Snippets Groups Projects
Commit e2d103f6 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

allow https as well as http

parent 9738d2e3
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ sub fetch_files {
if (!@processed_files) { printf ("No files found matching $uri") ; }
} elsif ( $uri->scheme() eq 'http' ) {
} elsif ( $uri->scheme() eq 'http' || $uri->scheme eq 'https') {
# Deal with HTTP files.
my $filename = basename ($uri->path() );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment