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

Standardize output into something more useful #8

Open kewde opened 6 years ago

kewde commented 6 years ago

Currently the output (in the alerts) is a bit of garbage that I created to quickly test this. Someone should look into organizing that.

kewde commented 6 years ago

https://github.com/kewde/electron-sandbox-boilerplate/blob/cda2fcafd77a8e12d0dabecc976feaf7118c75de/sandbox-preload-extended/electron/main.js#L51-L70