mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
1f026da924
* let node-ipc use individual pipes on Windows This fixes an issue with multiple users on Windows. There should be an individual Windows pipe used for communication between browser plugin and desktop for each user. However, the naming scheme used the same name for every user. This change adds some uniqueness with a hash over username and unique directory name. * Fix ipc socket root for native-messaging too * use only homedir as unique |
||
---|---|---|
.. | ||
ipc.ts | ||
native-messaging-proxy.ts | ||
nativemessage.ts |