We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e326c30 + b17ce3b commit fe3d715Copy full SHA for fe3d715
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
+
8
+### Fixed
9
+- Fixed crashes on startup when upgrading Electron.
10
11
## [0.10.1] 2021-04-04
12
13
### Changed
webapp/main.js
@@ -34,7 +34,8 @@ function openWindow() {
34
webPreferences: {
35
webSecurity: false,
36
nodeIntegration: true,
37
- enableRemoteModule: true
+ enableRemoteModule: true,
38
+ contextIsolation: false
39
}
40
});
41
0 commit comments