Skip to content

Commit

Permalink
Remove unsafe-vela from CSP #41
Browse files Browse the repository at this point in the history
  • Loading branch information
Stvad committed Apr 18, 2020
1 parent 8af1660 commit 20ad956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"icons": {
"128": "assets/icon-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"activeTab",
"alarms",
Expand Down

0 comments on commit 20ad956

Please sign in to comment.