fix: execute session preload scripts in sandboxed renderers (#16538)

This commit is contained in:
Milan Burda 2019-01-29 02:16:46 +01:00 committed by Cheng Zhao
parent a25f82c91f
commit fa5442f211
5 changed files with 47 additions and 33 deletions

View file

@ -0,0 +1 @@
require('electron').ipcRenderer.send('vars', window.preload1, window.preload2)