Skip to content

Commit

Permalink
Merge pull request #4738 from Rob--W/allow-unsafe-eval
Browse files Browse the repository at this point in the history
Allow unsafe-eval to fix font renderer in Chromium extension
  • Loading branch information
timvandermeij committed May 9, 2014
2 parents 746f06e + d126be9 commit dc214e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"run_at": "document_start",
"js": ["contentscript.js"]
}],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"file_browser_handlers": [{
"id": "open-as-pdf",
"default_title": "Open with PDF Viewer",
Expand Down

0 comments on commit dc214e1

Please sign in to comment.