Commit 1eec87fb authored by Denton Liu's avatar Denton Liu

Updated the content_security_policy in manifest

Needed to get permission for chrome to access external resource
parent 7699bed5
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"browser_action": { "browser_action": {
"default_icon": "icon.png" "default_icon": "icon.png"
}, },
"permissions": [ "permissions": [
"storage", "storage",
"tabs", "tabs",
...@@ -28,5 +28,7 @@ ...@@ -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'"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment