Updated the content_security_policy in manifest

Needed to get permission for chrome to access external resource
pull/1/head
Denton Liu 9 years ago
parent 7699bed557
commit 1eec87fb7d
  1. 4
      manifest.json

@ -28,5 +28,7 @@
"webRequest", "webRequest",
"webRequestBlocking", "webRequestBlocking",
"\u003Call_urls>" "\u003Call_urls>"
] ],
"content_security_policy": "script-src 'self' https://ethereum.github.io/solc-bin/bin/; object-src 'self'"
} }

Loading…
Cancel
Save