v41.10.4Desktop
electron v41.10.4
Changed 1
- Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions unless allow-popups-to-escape-sandbox is set
Fixed 2
- Fixed a use-after-free with protocol.registerStreamProtocol when an error is emitted during a read
- Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed
Release Notes for v41.10.4
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)