From 59652d2d61bec2583e27ec51f7b534f55c0d43fb Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 26 Aug 2024 13:22:41 +0200 Subject: [PATCH] Mark images with width=1 as tracking pixel --- dev/Common/Html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/Common/Html.js b/dev/Common/Html.js index 88dcde274..0557204dd 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -469,6 +469,7 @@ export const else if (detectHiddenImages && ((oStyle.maxHeight && 3 > pInt(oStyle.maxHeight)) // TODO: issue with 'in' || (oStyle.maxWidth && 3 > pInt(oStyle.maxWidth)) // TODO: issue with 'in' + || (oStyle.width && 2 > pInt(oStyle.width)) || [ 'email.microsoftemail.com/open', 'github.com/notifications/beacon/',