You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In desktop-helper-sample electron's main file electron.js has nodeIntegration set to true. This is considered unsafe and not necessary to run this sample.
See also Electron docs
In desktop-helper-sample electron's main file electron.js has
nodeIntegration
set totrue
. This is considered unsafe and not necessary to run this sample.See also Electron docs
More secure would be:
The text was updated successfully, but these errors were encountered: