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:
Vishwas Shashidhar
2021-03-18 14:01:41 +05:30
committed by GitHub
parent 86f137d8a6
commit e98934efbd
2 changed files with 2 additions and 1 deletions

View File

@@ -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 :)"

View File

@@ -2038,6 +2038,7 @@ export class WindowHandler {
nodeIntegration: isNodeEnv,
contextIsolation: isNodeEnv ? false : this.contextIsolation,
backgroundThrottling: this.backgroundThrottling,
enableRemoteModule: true,
},
...webPreferences,
};