Hi Team,
We are working on an project as base. on the electron to build the application for Windows.
I see the in the electron version 12.x.x we merged fuses to support the option "Run as Node" but I see in the ticket here:
electron/electron#24241
This PR implements one use case (disabling ELECTRON_RUN_AS_NODE), other potential use cases which could be implemented in the future using this system.
- Disabling bad flags (--disable-sandbox, --remote-debugging-port, etc.)
- Disabling the node debugger
- Disable the app, app.asar, default_app.asar load path search and enforce only one of those is ever searched
- Enforce certain webPrefs (E.g. all webContents must have sandbox, contextIsolation, etc.)
- Other wild stuff that depends on other crazy ideas
Could we have the planing for next options support( f.e: - Disabling bad flags (--disable-sandbox, --remote-debugging-port, etc.). What electron version We can support this option?
Thank you very much for support!
Jason
Hi Team,
We are working on an project as base. on the electron to build the application for Windows.
I see the in the electron version 12.x.x we merged fuses to support the option "Run as Node" but I see in the ticket here:
electron/electron#24241
This PR implements one use case (disabling ELECTRON_RUN_AS_NODE), other potential use cases which could be implemented in the future using this system.
Could we have the planing for next options support( f.e: - Disabling bad flags (--disable-sandbox, --remote-debugging-port, etc.). What electron version We can support this option?
Thank you very much for support!
Jason