electron_configure_fuses
Generate @electron/fuses configuration to disable dangerous Electron features like ELECTRON_RUN_AS_NODE and NODE_OPTIONS, hardening your app for production.
Instructions
Generate @electron/fuses configuration to harden your Electron app. Fuses are compile-time toggles that disable dangerous Electron features (like ELECTRON_RUN_AS_NODE, NODE_OPTIONS) and cannot be re-enabled by end users. Essential for production apps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | Yes | 'recommended' for sensible defaults, 'strict' for maximum security, 'custom' to specify each fuse individually | |
| customFuses | No | Individual fuse settings (only for 'custom' level) |