Skip to content

Commit 8db6d8f

Browse files
committed
Bug 1886374 - On macOS, disable camera gestures by default. r=mac-reviewers,bradwerth
As documented in AVCaptureDevice.h in MacOSX14.4.sdk: By default, gesture detection is enabled. As of iOS 17.4 and macOS 14.4, applications can control the default value of this property by adding the following key to their Info.plist: <key>NSCameraReactionEffectGesturesEnabledDefault</key> A value of true enables gesture detection and a value of false disables it, until such time that the user makes their own selection in Control Center. Differential Revision: https://phabricator.services.mozilla.com/D205227
1 parent beffe6d commit 8db6d8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

browser/app/macbuild/Contents/Info.plist.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,5 +291,8 @@
291291

292292
<key>NSMicrophoneUsageDescription</key>
293293
<string>Only sites you allow within @MAC_APP_NAME@ will be able to use the microphone.</string>
294+
295+
<key>NSCameraReactionEffectGesturesEnabledDefault</key>
296+
<false/>
294297
</dict>
295298
</plist>

0 commit comments

Comments
 (0)