Skip to content

Commit

Permalink
FIXUP allowFileAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-jarvelov committed Feb 12, 2025
1 parent 0817e2e commit 2c38659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions desktop/packages/mullvad-vpn/src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,6 @@ class ApplicationMain
}

private allowFileAccess(url: string): boolean {
return true;

const buildDir = path.normalize(path.join(path.resolve(__dirname), '..', '..'));

if (url.startsWith('file:')) {
Expand Down

0 comments on commit 2c38659

Please sign in to comment.