fix(tracking): tracking pixel won't register if it's from you

This commit is contained in:
Evan Morikawa 2016-02-24 12:55:00 -08:00
parent ada4256dc8
commit 4158e598e0

View file

@ -96,6 +96,10 @@ TrackingBlacklist = [{
name: 'Salesloft',
pattern: 'sdr.salesloft.com/email_trackers',
homepage: 'http://salesloft.com'
}, {
name: 'Nylas',
pattern: 'nylas.com/open',
homepage: 'http://nylas.com/N1'
}]
class TrackingPixelsExtension extends MessageViewExtension