Skip to content

Commit

Permalink
Merge pull request #3140 from hypothesis/fix-content-security-policy
Browse files Browse the repository at this point in the history
Add missing semicolon to content security policy setting
  • Loading branch information
chdorner committed Mar 24, 2016
2 parents 3b165f0 + 9572d5c commit 54f1204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/browser/chrome/manifest.json.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tabs"
],
"content_security_policy":
"script-src 'self' 'unsafe-eval' {{ script_src }} object-src 'self'; font-src 'self' data:;",
"script-src 'self' 'unsafe-eval' {{ script_src }}; object-src 'self'; font-src 'self' data:;",

"background": {
"persistent": true,
Expand Down

0 comments on commit 54f1204

Please sign in to comment.