mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Merge pull request #10214 from psh0628/contextisolation-sandbox-fix
fix contextIsolation issue while webPreference sandbox is on
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user