Updated error report filtering

This commit is contained in:
M66B
2019-05-13 08:06:52 +02:00
parent 724d966ef3
commit 1a8fde037c

View File

@@ -208,6 +208,7 @@ public class ApplicationEx extends Application {
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/")))
return false;
}