mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Oops
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user