Skip to content

Commit 953b10f

Browse files
committed
Remove unsafe-eval
1 parent bb18a7c commit 953b10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
"js/redux-devtools-extension.js"
6767
],
6868
"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:;"
69+
"content_security_policy": "script-src 'self'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
7070
}

0 commit comments

Comments
 (0)