From 75682e3d0946f432549fc7f542f853dd46e8b0ce Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 28 Mar 2013 22:18:46 +0100 Subject: [PATCH] updated csp --- manifest.webapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index da07a52..a0dd30b 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -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' 'unsafe-inline'", + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'", "default_locale": "en" } \ No newline at end of file