v41.10.6Desktop
electron v41.10.6
Fixed 4
- registerFileProtocol and registerHttpProtocol now return opaque responses to cross-origin no-cors fetches instead of readable responses, consistent with protocol.handle
- Fixed an issue on Windows where the app process could fail to exit after app.quit() while a shell.openExternal() or shell.openPath() call was still waiting on a system Open with dialog
- Windows opened by a sandboxed top-level frame now inherit the opener's sandbox restrictions
- <webview> and window.open now inherit nodeIntegrationInWorker from the embedder, consistent with other Node and sandbox preferences
From Electron
Release Notes for v41.10.6
Fixes
- Fixed
registerFileProtocolandregisterHttpProtocolreturning readable responses to cross-originno-corsfetches; they now return opaque responses likeprotocol.handle. #52854 (Also in 42, 43, 44) - Fixed an issue on Windows where the app process could fail to exit after
app.quit()while ashell.openExternal()orshell.openPath()call was still waiting on a system "Open with" dialog. #52899 (Also in 43, 44) - Fixed windows opened by a sandboxed top-level frame not inheriting the opener's sandbox restrictions. #52849 (Also in 42, 43, 44)
<webview>andwindow.opennow inheritnodeIntegrationInWorkerfrom the embedder, consistent with the other Node and sandbox preferences. #52829 (Also in 42, 43, 44)