57d088517c
* feat: add support for validating asar archives on macOS * chore: fix lint * chore: update as per feedback * feat: switch implementation to asar integrity hash checks * feat: make ranged requests work with the asar file validator DataSourceFilter * chore: fix lint * chore: fix missing log include on non-darwin * fix: do not pull block size out of missing optional * fix: match ValidateOrDie symbol on non-darwin * chore: fix up asar specs by repacking archives * fix: maintain integrity chain, do not load file integrity if header integrity was not loaded * debug test * Update node-spec.ts * fix: initialize header_validated_ * chore: update PR per feedback * chore: update per feedback * build: use final asar module * Update fuses.json5
11 lines
449 B
Text
11 lines
449 B
Text
{
|
|
"_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'",
|
|
"_schema": "0 == off, 1 == on, r == removed fuse",
|
|
"_version": 1,
|
|
"run_as_node": "1",
|
|
"cookie_encryption": "0",
|
|
"node_options": "1",
|
|
"node_cli_inspect": "1",
|
|
"embedded_asar_integrity_validation": "0",
|
|
"only_load_app_from_asar": "0"
|
|
}
|