WebContext.setSandboxEnabled

Set whether WebKit subprocesses will be sandboxed, limiting access to the system.

This method **must be called before any web process has been created**, as early as possible in your application. Calling it later is a fatal error.

This is only implemented on Linux and is a no-op otherwise.

class WebContext
void
setSandboxEnabled
(
bool enabled
)

Parameters

enabled bool

if %TRUE enable sandboxing

Meta

Since

2.26