diff --git a/docs/api/app.md b/docs/api/app.md index af139ec07c21..9026f40ac608 100644 --- a/docs/api/app.md +++ b/docs/api/app.md @@ -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.