1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00
bitwarden-browser/apps
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
..
browser [PM-329] Detangle SearchService & CipherService (#4838) 2023-04-07 11:11:20 -04:00
cli [PM-329] Detangle SearchService & CipherService (#4838) 2023-04-07 11:11:20 -04:00
desktop [PM-1674] let node-ipc use individual pipes on Windows (#4020) 2023-04-11 16:45:24 +02:00
web [PM-329] Detangle SearchService & CipherService (#4838) 2023-04-07 11:11:20 -04:00