Electron v41.10.4
npm
npm install --save-dev electron@41.10.4
yarn
yarn add --dev electron@41.10.4
Release Notes
Fixes
Fixed a UAF with
protocol.registerStreamProtocolwhen an error is emitted during a read. #52513 (Also in 42, 43, 44)Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52512 (Also in 42, 43, 44)
Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions unless
allow-popups-to-escape-sandboxis set. #52486 (Also in 42, 43)