diff --git a/src/manifest.json b/src/manifest.json index edb5169c..a263db17 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -15,6 +15,7 @@ "48": "images/updatescanner_48.png", "96": "images/updatescanner_96.png" }, + "content_security_policy": "default-src 'none'; script-src 'self'; object-src 'self'; connect-src 'none'; base-uri 'none';", "permissions": [ "", "alarms", @@ -54,4 +55,4 @@ } } } -} \ No newline at end of file +}