kewde / electron-sandbox-boilerplate

A simple example for a (more reasonably) secure electron application, by enabling the sandbox and forcing communication over IPC.
MIT License
73 stars 14 forks source link

Start examples for Muon #9

Open kewde opened 6 years ago

kewde commented 6 years ago

Muon is an electron fork with additional security features.

I'd have to with it more but it sounds promising to say the least. There are two ways to go about it:

preload

https://github.com/brave/muon-quick/blob/2af3358a50a5b6bf70ccb3f46997d4e75f4fc47e/main.js#L24-L26

extentensions

I've never written a chrome extension, but muon has support for it and I've been told it's the way to go.