Browse Source

Merge pull request #1746 from nil0x42/patch-1

Add ProtonMail Onion
pull/1853/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
79abfcb6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      app/store/ServicesList.js

9
app/store/ServicesList.js

@ -232,6 +232,15 @@ Ext.define('Rambox.store.ServicesList', {
,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.'
},
{
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'
,logo: 'tutanota.png'

Loading…
Cancel
Save