mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update email.js
Hello, I found Mailfence another secure email provider that is fully encrypted it would be good to add to the list of secure email providers.
This commit is contained in:
parent
19f411f442
commit
afc315b092
1 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,20 @@ export default {
|
|||
description: `You should use an email provider that doesn’t read your email or gather data about your conversations to target you with ads.
|
||||
`,
|
||||
apps: [
|
||||
{
|
||||
name: 'Mailfence',
|
||||
image: '/static/img/mailfence.jpg',
|
||||
url: 'https://mailfence.com/',
|
||||
sources: {
|
||||
windows: 'https://mailfence.com',
|
||||
macos: 'https://mailfence.com',
|
||||
ios:
|
||||
'https://mailfence.com/m/',
|
||||
android:
|
||||
'https://mailfence.com/m/',
|
||||
linux: 'https://mailfence.com',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'FastMail',
|
||||
image: '/static/img/fastmail.jpg',
|
||||
|
|
|
|||
Loading…
Reference in a new issue