mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
Changing command line option name
This commit is contained in:
@@ -307,7 +307,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
|
||||
'Electron Isolated Context' entry in the combo box at the top of the
|
||||
Console tab. **Note:** This option is currently experimental and may
|
||||
change or be removed in future Electron releases.
|
||||
* `enableWebViewOverride` Boolean (optional) - Whether to enable [webview-tag](webview-tag.md)
|
||||
* `overrideWebViewSecurity` Boolean (optional) - Whether to enable [webview-tag](webview-tag.md)
|
||||
ignoring the security restriction based on `nodeIntegration`. Enabling this option will
|
||||
have security implication on creating `webview` with `nodeIntegration` disabled. To avoid the
|
||||
security risk, listen to `will-create-webview` event on [web-contents](web-contents.md) and
|
||||
|
||||
Reference in New Issue
Block a user