This commit is contained in:
M66B
2022-01-06 09:55:54 +01:00
parent b62bdd4ae9
commit c1727878ec

View File

@@ -125,7 +125,7 @@ public class Bimi {
try {
Uri ul = Uri.parse(l);
if ("https".equals(ul.getScheme()))
if (!"https".equals(ul.getScheme()))
throw new MalformedURLException(l);
URL url = new URL(l);