Skip to content

1.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Jun 03:27
fix: restore window.fetch(app://) for quarantined file support

vault.readBinary() uses fs.readFile which fails with EPERM on macOS
quarantined files (com.apple.provenance). window.fetch with the Electron
app:// resource path serves the request via the privileged main-process
protocol handler, bypassing the sandbox restriction.

window.fetch is not caught by the no-restricted-globals rule that
blocks bare global fetch.