mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Block tracking pixel of 2px as found in #234
This commit is contained in:
parent
ec23b61e14
commit
301413020c
1 changed files with 2 additions and 2 deletions
|
|
@ -223,8 +223,8 @@ export const
|
||||||
|
|
||||||
if (detectHiddenImages
|
if (detectHiddenImages
|
||||||
&& 'IMG' === name
|
&& 'IMG' === name
|
||||||
&& (('' != getAttribute('height') && 2 > pInt(getAttribute('height')))
|
&& (('' != getAttribute('height') && 3 > pInt(getAttribute('height')))
|
||||||
|| ('' != getAttribute('width') && 2 > pInt(getAttribute('width')))
|
|| ('' != getAttribute('width') && 3 > pInt(getAttribute('width')))
|
||||||
|| [
|
|| [
|
||||||
'email.microsoftemail.com/open',
|
'email.microsoftemail.com/open',
|
||||||
'github.com/notifications/beacon/',
|
'github.com/notifications/beacon/',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue