File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ await flipFuses(
17
17
[FuseV1Options .RunAsNode ]: false , // Disables ELECTRON_RUN_AS_NODE
18
18
[FuseV1Options .EnableCookieEncryption ]: true , // Enables cookie encryption
19
19
[FuseV1Options .EnableNodeOptionsEnvironmentVariable ]: false , // Disables the NODE_OPTIONS environment variable
20
- [FuseV1Options .EnableNodeCliInspectArguments ]: false , // Disables the --inspect and --inspect-brk family of ClI options
20
+ [FuseV1Options .EnableNodeCliInspectArguments ]: false , // Disables the --inspect and --inspect-brk family of CLI options
21
21
[FuseV1Options .EnableEmbeddedAsarIntegrityValidation ]: true , // Enables validation of the app.asar archive on macOS
22
- [FuseV1Options .OnlyLoadAppFromAsar ]: true , // Enforces that Electron will only load your app from "app.asar" instead of it's normal search paths
22
+ [FuseV1Options .OnlyLoadAppFromAsar ]: true , // Enforces that Electron will only load your app from "app.asar" instead of its normal search paths
23
23
[FuseV1Options .LoadBrowserProcessSpecificV8Snapshot ]: true , // Loads V8 Snapshot from `browser_v8_context_snapshot.bin` for the browser process
24
24
},
25
25
);
You can’t perform that action at this time.
0 commit comments