Permit eval() on extension pages

This commit is contained in:
Colin Caine 2018-05-13 15:20:47 +01:00 committed by Oliver Blanthorn
parent 0ff755a57e
commit 3d60e3fb91
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -34,6 +34,7 @@
"match_about_blank": true
}
],
"content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
"web_accessible_resources": [
"static/commandline.html",
"static/defaultFavicon"