Electron v41.10.6

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 registerFileProtocol and registerHttpProtocol returning readable responses to cross-origin no-cors fetches; they now return opaque responses like protocol.handle. #52854 (Also in 42, 43, 44)
  • 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. #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> and window.open now inherit nodeIntegrationInWorker from the embedder, consistent with the other Node and sandbox preferences. #52829 (Also in 42, 43, 44)
Other Changes
  • Backported fixes from upstream ANGLE, Chromium and Skia. #52707
  • Backported fixes from upstream Chromium and V8. #52775
View original

Upgraded? How did it go?

Discussion