diff --git a/docs/api/web-view-tag.md b/docs/api/web-view-tag.md index 126ee5a424f8..e5f6df811d47 100644 --- a/docs/api/web-view-tag.md +++ b/docs/api/web-view-tag.md @@ -121,9 +121,6 @@ than the minimum values or greater than the maximum. If "on", the guest page in `webview` will have node integration and can use node APIs like `require` and `process` to access low level system resources. -**Note:** Node integration will always be disabled in the `webview` if it is -disabled on the parent window. - ### `plugins` ```html