mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Explicitly block Cloudmagic smart beacons
This commit is contained in:
@@ -2056,6 +2056,10 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
private static boolean isTrackingPixel(Element img) {
|
||||
// Newton mail
|
||||
if ("cloudmagic-smart-beacon".equals(img.className()))
|
||||
return true;
|
||||
|
||||
String width = img.attr("width").trim();
|
||||
String height = img.attr("height").trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user