mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
fix: SDA-3030: enable remote module explicitly (#1197)
* SDA-3030: enable remote module explicitly * fix: SDA-3030: enable remote module explicitly * fix: SDA-3030: refactor as per PR suggestion
This commit is contained in:
committed by
GitHub
parent
86f137d8a6
commit
e98934efbd
@@ -228,4 +228,4 @@ cd %rootDir%
|
||||
call %appdata%\npm\markdown-pdf RELEASE_NOTES.md
|
||||
copy RELEASE_NOTES.pdf "%targetsDir%\Release-Notes-%archiveName%.pdf"
|
||||
|
||||
echo "All done, job successfull :)"
|
||||
echo "All done, job successful :)"
|
||||
|
||||
@@ -2038,6 +2038,7 @@ export class WindowHandler {
|
||||
nodeIntegration: isNodeEnv,
|
||||
contextIsolation: isNodeEnv ? false : this.contextIsolation,
|
||||
backgroundThrottling: this.backgroundThrottling,
|
||||
enableRemoteModule: true,
|
||||
},
|
||||
...webPreferences,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user