Bug 1878147 - Flip pref to allow users to see sharing webrtc icons in MacOS 14 and above. r=pbz

Differential Revision: https://phabricator.services.mozilla.com/D200947
This commit is contained in:
Harshit Sohaney 2024-02-07 17:15:12 +00:00
parent 666205323d
commit c0cd4b85aa

View File

@ -2197,10 +2197,11 @@ pref("privacy.webrtc.sharedTabWarning", false);
// before navigating to the actual meeting room page. Doesn't survive tab close.
pref("privacy.webrtc.deviceGracePeriodTimeoutMs", 3600000);
// Bug 1857254 - MacOS 14 displays two (microphone/camera/screen share) icons in
// menu bar we hide the firefox camera icon on macos 14 and above to avoid
// duplicating the macos camera icon. User's can flip it back on with this pref.
pref("privacy.webrtc.showIndicatorsOnMacos14AndAbove", false);
// Bug 1857254 - MacOS 14 displays two (microphone/camera/screen share) icons in the menu bar
// This pref can be used to hide the firefox camera icon on macos 14 and above to avoid
// duplicating the macos camera icon. We show the icon by default, users can choose to flip
// the pref to hide the icons
pref("privacy.webrtc.showIndicatorsOnMacos14AndAbove", true);
// Enable Fingerprinting Protection in private windows..
pref("privacy.fingerprintingProtection.pbmode", true);