mantis 9060: do allow https schema on oar load

This commit is contained in:
UbitUmarov
2023-02-18 23:06:05 +00:00
parent 157d351342
commit 6c454c2b09

View File

@@ -86,7 +86,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
}
else
{
if (uri.Scheme != "http")
if (uri.Scheme != "http" || uri.Scheme != "https")
throw new Exception(String.Format("Unsupported URI scheme ({0})", path));
// OK, now we know we have an HTTP URI to work with