No more need to check for nodeIntegration when creating guest view
This commit is contained in:
parent
0140015500
commit
90f52169af
2 changed files with 0 additions and 38 deletions
|
@ -183,10 +183,6 @@ var attachGuest = function (embedder, elementInstanceId, guestInstanceId, params
|
|||
blinkFeatures: params.blinkfeatures
|
||||
}
|
||||
|
||||
if (embedder.getWebPreferences().nodeIntegration === false) {
|
||||
webPreferences.nodeIntegration = false
|
||||
}
|
||||
|
||||
if (params.preload) {
|
||||
webPreferences.preloadURL = params.preload
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue