Document other inherited web preferences
authorKevin Sawicki <kevinsawicki@gmail.com>
Fri, 21 Apr 2017 18:00:31 +0000 (11:00 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 25 Apr 2017 19:57:53 +0000 (12:57 -0700)
docs/api/window-open.md

index 56216f551a0f8368aff41a1b27c0cc5998fa2738..41332aa6cfd25c4d5ae16151c2889a2923e94f06 100644 (file)
@@ -30,6 +30,10 @@ has to be a field of `BrowserWindow`'s options.
 
 * Node integration will always be disabled in the opened `window` if it is
   disabled on the parent window.
+* Context isolation will always be enabled in the opened `window` if it is
+  enabled on the parent window.
+* JavaScript will always be disabled in the opened `window` if it is disabled on
+  the parent window.
 * Non-standard features (that are not handled by Chromium or Electron) given in
   `features` will be passed to any registered `webContent`'s `new-window` event
   handler in the `additionalFeatures` argument.