mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +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
|
||||
&& '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/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue