mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
add article "We should have a different email for each website"
This commit is contained in:
parent
ab0acf506f
commit
f346eafffe
1 changed files with 14 additions and 10 deletions
|
|
@ -32,6 +32,16 @@ export default {
|
|||
linux: 'https://protonmail.com/',
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'SimpleLogin',
|
||||
image: '/static/img/simplelogin.png',
|
||||
url: 'https://simplelogin.io/',
|
||||
sources: {
|
||||
windows: 'https://simplelogin.io/',
|
||||
linux: 'https://simplelogin.io/',
|
||||
macos: 'https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'Mailfence',
|
||||
image: '/static/img/mailfence.png',
|
||||
|
|
@ -68,16 +78,6 @@ export default {
|
|||
macos: 'https://burnermail.io/'
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'SimpleLogin',
|
||||
image: '/static/img/simplelogin.png',
|
||||
url: 'https://simplelogin.io/',
|
||||
sources: {
|
||||
windows: 'https://simplelogin.io/',
|
||||
linux: 'https://simplelogin.io/',
|
||||
macos: 'https://apps.apple.com/us/app/simplelogin/id1494051017?mt=12&fbclid=IwAR0M0nnEKgoieMkmx91TSXrtcScj7GouqRxGgXeJz2un_5ydhIKlbAI79Io'
|
||||
},
|
||||
},
|
||||
],
|
||||
resources: [
|
||||
{
|
||||
|
|
@ -105,5 +105,9 @@ export default {
|
|||
name: 'Knowledge and tools to protect your privacy against global mass surveillance',
|
||||
url: 'https://www.privacytools.io/',
|
||||
},
|
||||
{
|
||||
name: 'We should have a different email for each website',
|
||||
url: 'https://simplelogin.io/blog/an-email-for-each-website/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue