feat: add new fuse to treat file: identically to browsers (#40372)

This commit is contained in:
Samuel Attard
2023-11-09 10:23:52 -08:00
committed by GitHub
parent 0f68d845f9
commit d504d150ef
7 changed files with 63 additions and 9 deletions

View File

@@ -8,5 +8,6 @@
"node_cli_inspect": "1",
"embedded_asar_integrity_validation": "0",
"only_load_app_from_asar": "0",
"load_browser_process_specific_v8_snapshot": "0"
"load_browser_process_specific_v8_snapshot": "0",
"grant_file_protocol_extra_privileges": "1"
}