Skip to content

Commit

Permalink
fix(regression): file:// protocol privileges in packaged prod builds …
Browse files Browse the repository at this point in the history
…(partial revert from previous commit)
  • Loading branch information
danielweck committed Dec 31, 2024
1 parent efbd949 commit dae1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/afterPack.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = async function afterPack(context) {
[FuseV1Options.LoadBrowserProcessSpecificV8Snapshot]: false,

// GrantFileProtocolExtraPrivileges = 7,
[FuseV1Options.GrantFileProtocolExtraPrivileges]: false,
[FuseV1Options.GrantFileProtocolExtraPrivileges]: true,
});

// if (context.electronPlatformName === 'linux') {
Expand Down

0 comments on commit dae1b43

Please sign in to comment.