diff --git a/assets/manifest.json b/assets/manifest.json index eafeca8..41b6bbc 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -26,5 +26,6 @@ "all_frames": true } ], - "web_accessible_resources": ["icon@2x.png", "auth.html"] + "web_accessible_resources": ["icon@2x.png", "auth.html"], + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" }