mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Mark images with width=1 as tracking pixel
This commit is contained in:
parent
daf02e53f3
commit
59652d2d61
1 changed files with 1 additions and 0 deletions
|
|
@ -469,6 +469,7 @@ export const
|
||||||
else if (detectHiddenImages
|
else if (detectHiddenImages
|
||||||
&& ((oStyle.maxHeight && 3 > pInt(oStyle.maxHeight)) // TODO: issue with 'in'
|
&& ((oStyle.maxHeight && 3 > pInt(oStyle.maxHeight)) // TODO: issue with 'in'
|
||||||
|| (oStyle.maxWidth && 3 > pInt(oStyle.maxWidth)) // TODO: issue with 'in'
|
|| (oStyle.maxWidth && 3 > pInt(oStyle.maxWidth)) // TODO: issue with 'in'
|
||||||
|
|| (oStyle.width && 2 > pInt(oStyle.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