From a9c5dae3514b62fb986e6773cdb6d80a77900c00 Mon Sep 17 00:00:00 2001 From: Michael Moore Date: Tue, 10 Dec 2024 21:32:27 -0600 Subject: [PATCH] fix(unreleased): re-enable file protocol extra privileges for now, and disable browser v8 snapshot --- forge.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/forge.config.ts b/forge.config.ts index c67df98..69d08cb 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -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, }), ], };