set_sandbox_enabled
Description:
Set whether WebKit subprocesses will be sandboxed.
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.
Parameters:
this | |
enabled |
if true enable sandboxing |