docs: clarify app.enableSandbox documentation (#22894)
This commit is contained in:
parent
884b46fce7
commit
5715e94db0
1 changed files with 1 additions and 1 deletions
|
@ -1227,7 +1227,7 @@ Start accessing a security scoped resource. With this method Electron applicatio
|
||||||
|
|
||||||
### `app.enableSandbox()` _Experimental_
|
### `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.
|
This method can only be called before app is ready.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue