Electron v40.9.3
Release Notes
Fixes
Ensured cross-origin
fetch()and XHR are blocked for custom protocols registered withsupportFetchAPI: trueunlesscorsEnabled: trueis also set; cross-originmode: 'no-cors'requests now receive an opaque response. #51271 (Also in 39, 41, 42)Fixed
webContents.printToPDFrejecting on all subsequent calls after a prior call was rejected with an invalidpageRangesvalue. #51220 (Also in 41, 42)Fixed a crash when providing invalid HTTP header names or values in the
webRequest.onBeforeSendHeaders()callback. #51364 (Also in 41, 42)Fixed a crash that could occur when an autofill suggestion popup was shown while a window was closing. #51334 (Also in 41, 42)
Fixed an issue where
app-region: draginside a hiddenWebContentsViewwould still drag the parent window on Windows. #51247 (Also in 41, 42)Fixed an issue where an Electron macOS update would not be applied if another app was previously blocking the macOS system update loop. #51211 (Also in 41, 42)
Fixed buggy behavior where Backspace would accept macOS text replacements inside
contenteditableelements. #51345 (Also in 41, 42)