From c3a5bd42b0bc5b6e458425c5c983d0ffb189e3e7 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 22 Nov 2015 12:54:19 -0600 Subject: [PATCH] Added CSP security info to manifest --- manifest.webapp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.webapp b/manifest.webapp index 9db2982..42717a9 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -11,5 +11,6 @@ "url": "http://wbrawner.com" }, "default_locale": "en", - "chrome": { "navigation": false } + "chrome": { "navigation": false }, + "csp": "default-src *; script-src 'self'; object-src 'none'; style-src 'self'" } \ No newline at end of file