From 13ee758c8ddddb14bc188ca5132f9aa36eafeab6 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sat, 30 Mar 2013 14:12:02 +0100 Subject: [PATCH] updated webapp mainfest --- manifest.webapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.webapp b/manifest.webapp index a0dd30b..03933a5 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -1,6 +1,6 @@ { "name": "Whiteout", - "description": "HTML5 Mail with end-2-end encrypted messenging and encrypted cloud storage", + "description": "HTML5 Mail with an encrypted message store both locally and in the cloud", "launch_path": "/html5-mail/src/", "icons": { "128": "/html5-mail/src/css/images/key-128.png" @@ -10,6 +10,6 @@ "url": "http://whiteout.io" }, "appcache_path": "/html5-mail/src/manifest.appcache", - "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'", + "csp": "script-src 'self' 'unsafe-eval'; object-src 'none'; style-src 'self' 'unsafe-inline'", "default_locale": "en" } \ No newline at end of file