From f49c384e2c0b49ff1b8e5df8cb6c96ef0a3d2814 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 31 Mar 2022 06:06:14 +0200 Subject: [PATCH] CSP restored --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 8a20a57d..eb469fda 100644 --- a/manifest.json +++ b/manifest.json @@ -56,6 +56,8 @@ "resources/*" ], + "content_security_policy": "default-src 'self'; img-src 'self' data:", + "commands": { "_execute_browser_action": {} } }