1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 14:43:31 +00:00

safe changes related to review feedback (checkpoint)

This commit is contained in:
John Harrington
2025-12-15 14:11:45 -07:00
parent cf12ef6a33
commit be7f066d6f

View File

@@ -1,11 +1,9 @@
//
// Sandbox specific (for Mac App Store Builds)
//
/// Sandbox specific (for Mac App Store Builds)
use anyhow::{anyhow, Result};
use serde::{Deserialize, Serialize};
// Before requesting access outside of sandbox, determine if browser is actually installed
// Bundle IDs of supported Chromium browsers - used to determine if browser is installed
const BROWSER_BUNDLE_IDS: &[(&str, &str)] = &[
("Chrome", "com.google.Chrome"),
("Chromium", "org.chromium.Chromium"),