From 301413020c9680f7bafe89b99ba89e8425b1ee69 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 15 Feb 2022 10:46:42 +0100 Subject: [PATCH] Block tracking pixel of 2px as found in #234 --- dev/Common/Html.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Common/Html.js b/dev/Common/Html.js index 73fb9a6cf..3b983c586 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -223,8 +223,8 @@ export const if (detectHiddenImages && 'IMG' === name - && (('' != getAttribute('height') && 2 > pInt(getAttribute('height'))) - || ('' != getAttribute('width') && 2 > pInt(getAttribute('width'))) + && (('' != getAttribute('height') && 3 > pInt(getAttribute('height'))) + || ('' != getAttribute('width') && 3 > pInt(getAttribute('width'))) || [ 'email.microsoftemail.com/open', 'github.com/notifications/beacon/',