Remix.run Logo
pjmlp 4 days ago

The real security for add ons would be to use external processes with OS IPC, even if it is more resource intensive.

pjc50 4 days ago | parent [-]

But you'd also have to have an entire VM to run the separate process in, otherwise it still has access to the user's whole account and desktop.

(unless UWP I suppose, which even Microsoft have kind of forgotten about)

pjmlp 4 days ago | parent [-]

Sandboxing APIs exist for a reason.

pjc50 4 days ago | parent [-]

Which APIs guarantee non-escape of native code?