Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: make sandbox configurable from the recipe itself#2489

Open
wolfv wants to merge 3 commits into
prefix-dev:mainfrom
wolfv:sandbox
Open

feat: make sandbox configurable from the recipe itself#2489
wolfv wants to merge 3 commits into
prefix-dev:mainfrom
wolfv:sandbox

Conversation

@wolfv
Copy link
Copy Markdown
Member

@wolfv wolfv commented May 11, 2026

This PR aims to add sandbox configuration to the recipe itself, so that recipes can opt-in and configure the sandbox.

It adds a:

script:
  sandbox: true
  content:
    curl https://google.com  # should fail!

And more configuration, like:

script:
  sandbox:
    network: true
  content:
    curl https://google.com  # now this should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant