Protocols #321
Replies: 3 comments 2 replies
Both are impossible. As the underlying UX (what's being rendered by Electron) has no access to NodeJS. Meaning, they cannot execute commands. If the JS within the UX could somehow execute system commands this could be possible. But that's yet to be determined. |
|
@UniqueName12345 This feature will be implemented but not in the exact way you've mentioned. Instead, all the protocols registered by the system will be supported. Various programs register a protocol that allows them to be interacted with via browser URLs. |
|
This will be reconsidered |
Uh oh!
There was an error while loading. Please reload this page.
I propose to bring back the exec:// protocol, but add a confirmation warning like with the steam:// protocol.
If you say "no", then it won't execute. If you say "yes", then it will execute in a sandboxed environment.
Oh, and add these protocols as well:
All reactions