docs: add The sandbox page (built-ins + sandboxed plugins)

This commit is contained in:
orbit-docs 2026-07-04 06:44:15 +00:00
parent 44771bcdee
commit 0eb797cf84
No known key found for this signature in database
3 changed files with 127 additions and 2 deletions

View file

@ -169,3 +169,7 @@ they run with the same trust as the app itself. There is no user-uploaded plugin
mechanism. Orbit deliberately does **not** expose internal modules or runtime
component replacement — that would couple plugins to internals that are still
moving. The API above is the stable surface.
For code you don't fully trust — a community or third-party plugin — mark the
entry `sandbox: true` to run it in an isolated, capability-gated iframe instead.
See [The sandbox](https://orbit.tchatou.fr/docs/sandbox/).