Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 3e01bca

Browse files
authored
feat: remove unsafe-eval (#289)
1 parent 7ae84fd commit 3e01bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/manifest.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"managed_schema": "schema.json"
2929
},
3030
"optional_permissions": ["tabs", "http://*/*", "https://*/*"],
31-
"content_security_policy": "script-src 'self' 'unsafe-eval' blob:; object-src 'self'",
31+
"content_security_policy": "script-src 'self' blob:; object-src 'self'",
3232
"web_accessible_resources": ["img/*", "js/link.bundle.js", "link.html", "css/style.bundle.css"],
3333
"omnibox": {
3434
"keyword": "src"

0 commit comments

Comments
 (0)