We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unsafe-eval
1 parent bb18a7c commit 953b10fCopy full SHA for 953b10f
src/browser/firefox/manifest.json
@@ -66,5 +66,5 @@
66
"js/redux-devtools-extension.js"
67
],
68
"permissions": ["notifications", "contextMenus", "tabs", "storage", "<all_urls>"],
69
- "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
+ "content_security_policy": "script-src 'self'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
70
}
0 commit comments