mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Add rust module to prevent run-time memory dumping of main (#9393)
This commit is contained in:
@@ -206,9 +206,10 @@ if (!nativeBinding) {
|
||||
throw new Error(`Failed to load native binding`)
|
||||
}
|
||||
|
||||
const { passwords, biometrics, clipboards, powermonitors } = nativeBinding
|
||||
const { passwords, biometrics, clipboards, processisolations, powermonitors } = nativeBinding
|
||||
|
||||
module.exports.passwords = passwords
|
||||
module.exports.biometrics = biometrics
|
||||
module.exports.clipboards = clipboards
|
||||
module.exports.processisolations = processisolations
|
||||
module.exports.powermonitors = powermonitors
|
||||
|
||||
Reference in New Issue
Block a user