fix: child window with nativeWindowOpen should disable node integration (#15213)
* fix: child window with nativeWindowOpen should disable node integration
* Revert "fix: do not enable node integration in child window if not enabled (#15076)"
This reverts commit 0252d7686c
.
This patch is not needed anymore since we are force disabling node integration
for child windows.
This commit is contained in:
parent
7a23980f4b
commit
2f3a8ecd42
8 changed files with 36 additions and 55 deletions
8
spec/fixtures/api/native-window-open-argv.html
vendored
Normal file
8
spec/fixtures/api/native-window-open-argv.html
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<body>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
const popup = window.open()
|
||||
require('electron').ipcRenderer.send('answer', typeof popup.process)
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue