From 5715e94db014c10ec24fab44ea10ef41a6e8481a Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 1 Apr 2020 08:20:37 -0700 Subject: [PATCH] docs: clarify app.enableSandbox documentation (#22894) --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index af139ec07c..9026f40ac6 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.