mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Inherit enabled-sandbox in opened windows
This commit is contained in:
@@ -13,6 +13,7 @@ const inheritedWebPreferences = new Map([
|
||||
['javascript', false],
|
||||
['nativeWindowOpen', true],
|
||||
['nodeIntegration', false],
|
||||
['sandbox', true],
|
||||
['webviewTag', false]
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user