docs: add The sandbox page (built-ins + sandboxed plugins)
This commit is contained in:
parent
44771bcdee
commit
0eb797cf84
3 changed files with 127 additions and 2 deletions
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue