dethcrypto / dethcode

View source of deployed Ethereum contracts in VSCode
https://etherscan.deth.net/address/0xa3a7b6f88361f48403514059f1f16c8e78d60eec#code
1.35k stars 105 forks source link

Fix link to explorer #66

Closed hasparus closed 2 years ago

hasparus commented 2 years ago

image

Currently we can't navigate to the explorer from the inside of the iframe. The first commit is enough to fix the problem, but I thought "hell, this is our own app, let's allow it anything it needs and save ourselves bugfixing in the future" and I copied all the other policies from CodeSandbox :D

krzkaczor commented 2 years ago

Thanks, makes sense!