From 00e651a3fa8b60edacf6e5517c5db25408ab218c Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Tue, 15 Oct 2013 18:25:00 +0200 Subject: [PATCH] change key server url to new server --- src/js/app-config.js | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/app-config.js b/src/js/app-config.js index fdf0e18..e1328a8 100644 --- a/src/js/app-config.js +++ b/src/js/app-config.js @@ -10,7 +10,7 @@ define([], function() { * Global app configurations */ app.config = { - cloudUrl: 'https://storage.whiteout.io', + cloudUrl: 'https://keys.whiteout.io', symKeySize: 128, symIvSize: 128, asymKeySize: 2048, diff --git a/src/manifest.json b/src/manifest.json index 2df2a1a..0a39aa8 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ "128": "img/icon.png" }, "permissions": [ - "https://storage.whiteout.io/", + "https://keys.whiteout.io/", "identity", { "socket": [ "tcp-connect:imap.gmail.com:993",