Skip to content

Commit

Permalink
fix(unreleased): re-enable file protocol extra privileges for now, an…
Browse files Browse the repository at this point in the history
…d disable browser v8 snapshot
  • Loading branch information
MichaelMakesGames committed Dec 11, 2024
1 parent 907dc98 commit a9c5dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ const config: ForgeConfig = {
[FuseV1Options.EnableCookieEncryption]: true,
[FuseV1Options.EnableNodeOptionsEnvironmentVariable]: false,
[FuseV1Options.EnableNodeCliInspectArguments]: false,
[FuseV1Options.LoadBrowserProcessSpecificV8Snapshot]: true,
[FuseV1Options.GrantFileProtocolExtraPrivileges]: false,
// [FuseV1Options.GrantFileProtocolExtraPrivileges]: false,
}),
],
};
Expand Down

0 comments on commit a9c5dae

Please sign in to comment.