From 4c576ba7207cd0cb601dfd889ff29569ab3f8380 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sun, 1 Sep 2019 04:49:04 +0200 Subject: [PATCH] Add content_security_policy --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 503768e..84727ec 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,8 @@ "default_locale": "en", + "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; default-src 'self'", + "icons": { "16": "style/icon16.png", "32": "style/icon32.png",