mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-29 03:17:47 +08:00
Add tracking pixels for NGPVan (political emails) to the default blacklist
This commit is contained in:
parent
5d25e8496c
commit
b200691d3a
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ import {
|
|||
} from 'mailspring-exports';
|
||||
|
||||
const TrackingBlacklist = [
|
||||
{
|
||||
name: 'NGPVan',
|
||||
pattern: 'click.ngpvan.com/',
|
||||
homepage: 'https://click.ngpvan.com',
|
||||
},
|
||||
{
|
||||
name: 'Sidekick',
|
||||
pattern: 't.signaux',
|
||||
|
|
Loading…
Reference in a new issue