Browse Source

Add ProtonMail Onion

pull/1746/head
nil0x42 7 years ago committed by GitHub
parent
commit
2454c5d9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/store/ServicesList.js

9
app/store/ServicesList.js

@ -237,6 +237,15 @@ Ext.define('Rambox.store.ServicesList', {
,type: 'email' ,type: 'email'
,note: 'Read <a href="https://protonmail.com/support/knowledge-base/what-is-the-difference-between-protonmail-com-and-protonmail-ch/" target="_blank">HERE</a> to see the differences between protonmail.com and protonmail.ch.' ,note: 'Read <a href="https://protonmail.com/support/knowledge-base/what-is-the-difference-between-protonmail-com-and-protonmail-ch/" target="_blank">HERE</a> to see the differences between protonmail.com and protonmail.ch.'
}, },
{
id: 'protonmailonion'
,logo: 'protonmail.png'
,name: 'ProtonMail Onion'
,description: locale['services[20]']
,url: 'https://protonirockerxow.onion/inbox'
,type: 'email'
,note: 'Read <a href="https://protonmail.com/tor" target="_blank">HERE</a> to see the differences between protonmail.com and protonmail hidden service (over TOR).'
},
{ {
id: 'tutanota' id: 'tutanota'
,logo: 'tutanota.png' ,logo: 'tutanota.png'

Loading…
Cancel
Save