Add the following line to main.js
:
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
However you should read Security, Native Capabilities, and Your Responsibility
to fully understand the implications of doing so.
Add the following line to main.js
:
process.env['ELECTRON_DISABLE_SECURITY_WARNINGS'] = 'true';
However you should read Security, Native Capabilities, and Your Responsibility
to fully understand the implications of doing so.