bitwarden-estensione-browser/apps/desktop/src/proxy
Andre Herms 1f026da924
[PM-1674] let node-ipc use individual pipes on Windows (#4020)
* 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
2023-04-11 16:45:24 +02:00
..
ipc.ts [PM-1674] let node-ipc use individual pipes on Windows (#4020) 2023-04-11 16:45:24 +02:00
native-messaging-proxy.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
nativemessage.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00