From 2454c5d9cc472d2ff95229b0d2dc187295da73e0 Mon Sep 17 00:00:00 2001 From: nil0x42 Date: Sat, 30 Jun 2018 18:02:31 +0000 Subject: [PATCH] Add ProtonMail Onion --- app/store/ServicesList.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index e2d21734..5126c221 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -237,6 +237,15 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'email' ,note: 'Read HERE 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 HERE to see the differences between protonmail.com and protonmail hidden service (over TOR).' + }, { id: 'tutanota' ,logo: 'tutanota.png'