Skip to content

Commit

Permalink
Merge pull request #169 from SuperuserLabs/dev/remove-eval
Browse files Browse the repository at this point in the history
Remove unsafe-eval and release 0.6.4
  • Loading branch information
Powersource authored Aug 28, 2018
2 parents 121f14e + 95606a6 commit ea30893
Show file tree
Hide file tree
Showing 6 changed files with 7,542 additions and 9,792 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist/**/*.ttf
dist/**/*.eot
dist/**/*.html
dist/**/*.json
dist/**/*.map
thankful.zip
thankful-src.zip
stats.json
Expand Down
4 changes: 2 additions & 2 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Thankful",
"version": "0.6.3",
"version": "0.6.4",
"description": "",
"icons": {
"64": "icons/handshake.png"
Expand All @@ -26,7 +26,7 @@
}
],
"content_security_policy":
"script-src 'self' 'unsafe-eval' 'http://localhost:8098'; object-src 'self'",
"script-src 'self' 'http://localhost:8098'; object-src 'self'",
"permissions": [
"tabs",
"activeTab",
Expand Down
Loading

0 comments on commit ea30893

Please sign in to comment.