From 08bf80d5aeb7d74d1f9d6ca80e08e51b1fef3137 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sun, 15 Sep 2013 11:27:51 +0200 Subject: [PATCH] add csp in index.html meta tag and remove sandboxed csp directives from chrome mainfest --- src/index.html | 1 + src/manifest.json | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index 018e78d..70b0721 100755 --- a/src/index.html +++ b/src/index.html @@ -3,6 +3,7 @@ + Mail diff --git a/src/manifest.json b/src/manifest.json index 98b8b54..5eb3fca 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -28,9 +28,5 @@ "background": { "scripts": ["background.js"] } - }, - "sandbox": { - "pages": ["sandbox.html", "mail-content.html"], - "content_security_policy": "sandbox allow-scripts; default-src 'self'; object-src 'none'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src *; frame-src *" } } \ No newline at end of file