Merge pull request #10214 from psh0628/contextisolation-sandbox-fix

fix contextIsolation issue while webPreference sandbox is on
This commit is contained in:
Zeke Sikelianos
2017-08-28 21:20:04 -07:00
committed by GitHub
9 changed files with 73 additions and 21 deletions

View File

@@ -166,7 +166,11 @@ Currently the `require` function provided in the preload scope exposes the
following modules:
- `child_process`
- `electron` (crashReporter, remote and ipcRenderer)
- `electron`
- `crashReporter`
- `remote`
- `ipcRenderer`
- `webFrame`
- `fs`
- `os`
- `timers`