mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
fix(tracking): tracking pixel won't register if it's from you
This commit is contained in:
parent
0d7d5489c6
commit
02600786c2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue