fuses.json5 548 B

12345678910111213
  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. "load_browser_process_specific_v8_snapshot": "0",
  12. "grant_file_protocol_extra_privileges": "1"
  13. }