@@ -6374,7 +6374,7 @@ declare namespace Electron {
63746374 * When this attribute is present the guest page will be allowed to open new
63756375 * windows. Popups are disabled by default.
63766376 */
6377- allowpopups ?: string ;
6377+ // allowpopups?: string; ### VSCODE CHANGE (https://github.com/electron/electron/blob/master/docs/tutorial/security.md) ###
63786378 /**
63796379 * When this attribute is present the webview container will automatically resize
63806380 * within the bounds specified by the attributes minwidth, minheight, maxwidth, and
@@ -6407,7 +6407,7 @@ declare namespace Electron {
64076407 * When this attribute is present the guest page will have web security disabled.
64086408 * Web security is enabled by default.
64096409 */
6410- disablewebsecurity ?: string ;
6410+ // disablewebsecurity?: string; ### VSCODE CHANGE(https://github.com/electron/electron/blob/master/docs/tutorial/security.md) ###
64116411 /**
64126412 * A value that links the webview to a specific webContents. When a webview first
64136413 * loads a new webContents is created and this attribute is set to its instance
@@ -8633,12 +8633,12 @@ declare namespace Electron {
86338633 * websites by people), and set allowRunningInsecureContent to true if this options
86348634 * has not been set by user. Default is true.
86358635 */
8636- webSecurity ?: boolean ;
8636+ // webSecurity?: boolean; ### VSCODE CHANGE (https://github.com/electron/electron/blob/master/docs/tutorial/security.md) ###
86378637 /**
86388638 * Allow an https page to run JavaScript, CSS or plugins from http URLs. Default is
86398639 * false.
86408640 */
8641- allowRunningInsecureContent ?: boolean ;
8641+ // allowRunningInsecureContent?: boolean; ### VSCODE CHANGE (https://github.com/electron/electron/blob/master/docs/tutorial/security.md) ###
86428642 /**
86438643 * Enables image support. Default is true.
86448644 */
@@ -8662,7 +8662,7 @@ declare namespace Electron {
86628662 /**
86638663 * Enables Chromium's experimental features. Default is false.
86648664 */
8665- experimentalFeatures ?: boolean ;
8665+ // experimentalFeatures?: boolean; ### VSCODE CHANGE (https://github.com/electron/electron/blob/master/docs/tutorial/security.md) ###
86668666 /**
86678667 * Enables Chromium's experimental canvas features. Default is false.
86688668 */
0 commit comments