Remove nodeIntegration warning of webview in BrowserWindow

nodeintegration attribute is ignored in React because it's unknown.
So fortunately the integration is not working.
New 'will-attach-webview' allows us to set nodeIntegration = false.
This commit is contained in:
Yuya Ochiai
2017-03-18 20:53:00 +09:00
parent 67c58ac074
commit b1d586e9da
3 changed files with 10 additions and 6 deletions

View File

@@ -233,7 +233,6 @@ const MattermostView = React.createClass({
preload={preloadJS}
src={this.props.src}
ref='webview'
nodeintegration='false'
/>
</div>);
}