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:
parent
5ce12583f6
commit
6d9b75a820
1 changed files with 2 additions and 2 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue