https://github.com/brave/electron/issues/109 protects the apis from the main world, but if we opened up extensions and allowed installs from the chrome webstore a malicious extension could exploit similar vulnerabilities. We should audit and update all of the extension code to ensure that it uses safe versions of all at-risk methods (safe builtins)
I'd like to install React Devtools in my Muon app but the BrowserWindow.addDevToolsExtension has been removed apparently. Is there any way to add devtools extensions currently?
https://github.com/brave/electron/issues/109 protects the apis from the main world, but if we opened up extensions and allowed installs from the chrome webstore a malicious extension could exploit similar vulnerabilities. We should audit and update all of the extension code to ensure that it uses safe versions of all at-risk methods (safe builtins)