1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Update apps/desktop/desktop_native/core/src/ipc/mod.rs

Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
Bernd Schoolmann
2025-05-30 14:39:31 +02:00
committed by GitHub
parent a37f3a4f61
commit 09816a265c

View File

@@ -21,6 +21,7 @@ pub const NATIVE_MESSAGING_BUFFER_SIZE: usize = 1024 * 1024;
/// but ideally the messages should be processed as quickly as possible.
pub const MESSAGE_CHANNEL_BUFFER: usize = 32;
#[cfg(target_os = "linux")]
pub const FLATPAK_PATHS: [&str; 4] = [
"org.mozilla.firefox/.mozilla/native-messaging-hosts",
"com.google.Chrome/.config/google-chrome/NativeMessagingHosts",