mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
add webFrame to sandboxed renderer
This commit is contained in:
1
spec/fixtures/api/isolated.html
vendored
1
spec/fixtures/api/isolated.html
vendored
@@ -7,7 +7,6 @@
|
||||
window.hello = 'world'
|
||||
Array.prototype.push = 3
|
||||
Function.prototype.apply = true
|
||||
window.preloadExecuteJavaScriptProperty = 1234;
|
||||
|
||||
const opened = window.open()
|
||||
opened.close()
|
||||
|
||||
Reference in New Issue
Block a user