window/close.js:4 calls app.quit() with zero checks. any extension can just nuke the whole app whenever it wants
nothing. just a straight up kill switch for the entire aplication
fix: either remove this entirely or restrict it to trusted extension only. at minimum, add a confirmation dialog before shutting everything down.
window/close.js:4callsapp.quit()with zero checks. any extension can just nuke the whole app whenever it wantsnothing. just a straight up kill switch for the entire aplication
fix: either remove this entirely or restrict it to trusted extension only. at minimum, add a confirmation dialog before shutting everything down.