mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: clarify app.enableSandbox documentation (#22894)
This commit is contained in:
@@ -1227,7 +1227,7 @@ Start accessing a security scoped resource. With this method Electron applicatio
|
||||
|
||||
### `app.enableSandbox()` _Experimental_
|
||||
|
||||
Enables full sandbox mode on the app.
|
||||
Enables full sandbox mode on the app. This means that all renderers will be launched sandboxed, regardless of the value of the `sandbox` flag in WebPreferences.
|
||||
|
||||
This method can only be called before app is ready.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user