daltonmenezes / interprocess

💬 A scalable and type-safe Electron IPC management tool with enhanced DX
https://interprocess.daltonmenezes.com
MIT License
95 stars 2 forks source link

sandbox option #15

Closed doctolivier closed 1 year ago

doctolivier commented 1 year ago

Hey there! What an awesome project here, thank you for the great work. I have just one question about the sandbox option. You use contextBridge and all setup required to make sandbox enabled but your documentation say that it need to be false. There is no way to use Interprocess with sandbox enabled? I need to keep my app securised with sandbox, but it really hard to have typescript definitions for ipc events. Thank you!

daltonmenezes commented 1 year ago

Hi @doctolivier you can see my answer about that in the following discussion: #5