Allow unsafe-eval to fix font renderer in crx

Fixes #4660
This commit is contained in:
Rob Wu 2014-05-05 12:11:35 +02:00
parent ae92b6f96f
commit d126be9a61

View File

@ -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",