mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-08 20:26:20 +08:00
fix(tracking): tracking pixel won't register if it's from you
This commit is contained in:
parent
ada4256dc8
commit
4158e598e0
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ TrackingBlacklist = [{
|
||||||
name: 'Salesloft',
|
name: 'Salesloft',
|
||||||
pattern: 'sdr.salesloft.com/email_trackers',
|
pattern: 'sdr.salesloft.com/email_trackers',
|
||||||
homepage: 'http://salesloft.com'
|
homepage: 'http://salesloft.com'
|
||||||
|
}, {
|
||||||
|
name: 'Nylas',
|
||||||
|
pattern: 'nylas.com/open',
|
||||||
|
homepage: 'http://nylas.com/N1'
|
||||||
}]
|
}]
|
||||||
|
|
||||||
class TrackingPixelsExtension extends MessageViewExtension
|
class TrackingPixelsExtension extends MessageViewExtension
|
||||||
|
|
Loading…
Add table
Reference in a new issue