mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Filter file not found http/https
This commit is contained in:
@@ -296,8 +296,8 @@ public class Log {
|
||||
if (ex instanceof FileNotFoundException &&
|
||||
ex.getMessage() != null &&
|
||||
(ex.getMessage().startsWith("Download image failed") ||
|
||||
ex.getMessage().startsWith("https://ipinfo.io/") ||
|
||||
ex.getMessage().startsWith("https://autoconfig.thunderbird.net/")))
|
||||
ex.getMessage().startsWith("http://") ||
|
||||
ex.getMessage().startsWith("https://")))
|
||||
return false;
|
||||
|
||||
if (ex instanceof IOException &&
|
||||
|
||||
Reference in New Issue
Block a user