Skip to content

Commit fe3d715

Browse files
authored
Merge pull request #214 from CCDirectLink/context-fix
Set contextIsolation to false for future updates
2 parents e326c30 + b17ce3b commit fe3d715

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
7+
8+
### Fixed
9+
- Fixed crashes on startup when upgrading Electron.
10+
711
## [0.10.1] 2021-04-04
812

913
### Changed

webapp/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ function openWindow() {
3434
webPreferences: {
3535
webSecurity: false,
3636
nodeIntegration: true,
37-
enableRemoteModule: true
37+
enableRemoteModule: true,
38+
contextIsolation: false
3839
}
3940
});
4041

0 commit comments

Comments
 (0)