Skip to content

Commit

Permalink
#4 Modify CSP to allow the blob script injectetd by DepMgr._fireDepM…
Browse files Browse the repository at this point in the history
…anagerReeadyEvent
  • Loading branch information
edwingamboa committed Dec 15, 2018
1 parent da678dd commit ad581a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"https://*/"
],
"devtools_page": "cubx_devtools.html",
"content_security_policy": "script-src 'self' https://cubbles.world 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY=' 'sha256-WMJmFsFQaD6i4QiHDBFkHk2SD1KTOwogDfWzMR2treI=' 'sha256-hA/OrIWJW4aX8miyRD1hQ85mnl/lQywd+2k/bpGXYmg=' 'sha256-sj//9vlymLWU5AwPtZU57N+WjWfEKHVtS+GfRWTLIa8='; object-src 'self'",
"content_security_policy": "script-src 'self' 'unsafe-eval' https://cubbles.world blob: 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY=' 'sha256-WMJmFsFQaD6i4QiHDBFkHk2SD1KTOwogDfWzMR2treI=' 'sha256-hA/OrIWJW4aX8miyRD1hQ85mnl/lQywd+2k/bpGXYmg=' 'sha256-sj//9vlymLWU5AwPtZU57N+WjWfEKHVtS+GfRWTLIa8=' 'sha256-k9Lh3zdRlaTwVP6S77ESEtFZkKa1yFBDaEHmdcTVgDY='; object-src 'self'",
"web_accessible_resources" : ["lib/injected_script.js"],
"background": {
"scripts": [
Expand Down

0 comments on commit ad581a6

Please sign in to comment.