mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Removed Bugsnag
This commit is contained in:
@@ -585,16 +585,6 @@ public class HtmlHelper {
|
||||
|
||||
final Document document = new Cleaner(safelist).clean(parsed);
|
||||
|
||||
if (BuildConfig.DEBUG)
|
||||
for (Element e : document.select("span:matchesOwn(^UUID: " + Helper.REGEX_UUID + ")")) {
|
||||
String t = e.text();
|
||||
int sp = t.indexOf(' ');
|
||||
if (sp < 0)
|
||||
continue;
|
||||
String uuid = t.substring(sp + 1);
|
||||
e.html("UUID: <a href='" + BuildConfig.BUGSNAG_URI + uuid + "'>" + uuid + "</a>");
|
||||
}
|
||||
|
||||
// Remove tracking pixels
|
||||
if (disable_tracking)
|
||||
removeTrackingPixels(context, document);
|
||||
|
||||
Reference in New Issue
Block a user