From b55e8dc578f19430f397f812ef3e258bf506a993 Mon Sep 17 00:00:00 2001 From: Vlad Hashimoto Date: Tue, 18 Aug 2020 00:54:47 -0700 Subject: [PATCH] docs: update default value for `enableRemoteModule` in BrowserWindow (#24955) --- docs/api/browser-window.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index b878d555f137..ea60844c6efd 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -271,7 +271,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. the `nodeIntegration` option and the APIs available to the preload script are more limited. Read more about the option [here](sandbox-option.md). * `enableRemoteModule` Boolean (optional) - Whether to enable the [`remote`](remote.md) module. - Default is `true`. + Default is `false`. * `session` [Session](session.md#class-session) (optional) - Sets the session used by the page. Instead of passing the Session object directly, you can also choose to use the `partition` option instead, which accepts a partition string. When