Skip to content

electron v1.4.12

Compare
Choose a tag to compare
@electron-bot electron-bot released this 10 Dec 06:55

Bug Fixes

  • [SECURITY] Fixed an issue where certain certificates would be incorrectly rejected
    when making HTTPS requests. This was an upstream Chrome fix that is
    time-sensitive where affected certificates will be rejected starting 10 weeks
    after the time of the Electron release. Electron versions 1.4.0 - 1.4.11 are
    affected. Read this blog post for more details. #8176

New APIs

  • Added session.createInterruptedDownload to enable resuming a previously
    interrupted download. #8061
  • Added session.clearAuthCache to enable clearing a session's HTTP
    authentication cache. #8107