ObsidianCdpTransportOptions.shouldDisableSandbox?
ObsidianCdpTransportOptions › shouldDisableSandbox?
Type: boolean
Whether to launch the owned instance with Chromium's sandbox disabled (--no-sandbox).Needed to boot an owned instance on Linux when there is no correctly-configured setuid
chrome-sandbox helper — e.g. a portable shell extracted from an installer, or a CI runner launching as a non-root user, in which case the renderer otherwise refuses to start. Harmless on Windows/macOS. Ignored in attach mode (port set) — the harness never relaunches the user's running instance.