Skip to content

Commit

Permalink
Allow unsafe-eval to fix font renderer in crx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W committed May 5, 2014
1 parent ae92b6f commit d126be9
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 d126be9

Please sign in to comment.