Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonw
135 days ago
It looks like it currently defaults to allowing networking so it can load Pyodide from npm. My preference is a sandbox with no network access at all and access only to specific files that I can configure.
1 comments
vimota
135 days ago
Thanks for taking a look and the feedback! We run the shim with internet access (
https://github.com/coplane/localsandbox/blob/main/localsandb...
) but the pyodide sandbox itself doesn't run with internet access :
https://github.com/coplane/localsandbox/blob/main/localsandb...
link
simonw
135 days ago
Oh neat, thanks - I'd missed that.
link