1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-31 20:25:38 +00:00

Filter file not found http/https

This commit is contained in:
M66B 2020-02-04 09:40:49 +01:00
parent 5ce12583f6
commit 6d9b75a820

View file

@ -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 &&