diff options
Diffstat (limited to 'extension/manifest.json')
-rw-r--r-- | extension/manifest.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json index 022cf27..c94608e 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -11,6 +11,8 @@ "<all_urls>" ], + "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", + "background": { "scripts": ["vendor/browser-polyfill.js", "background.js"], "persistent": true |