fuses.json5 449 B

1234567891011
  1. {
  2. "_comment": "Modifying the fuse schema in any breaking way should result in the _version prop being incremented. NEVER remove a fuse or change its meaning, instead mark it as removed with 'r'",
  3. "_schema": "0 == off, 1 == on, r == removed fuse",
  4. "_version": 1,
  5. "run_as_node": "1",
  6. "cookie_encryption": "0",
  7. "node_options": "1",
  8. "node_cli_inspect": "1",
  9. "embedded_asar_integrity_validation": "0",
  10. "only_load_app_from_asar": "0"
  11. }