tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 7dd63d21285a8aaa3bdb13704a03ee1561c6cfc6
parent 3965a4a39d48b5cac30f22dce85e494c6676b64e
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Fri, 21 Nov 2025 22:36:30 +0000

Bug 2001709 - Expose security.webauthn.enable_macos_passkeys pref to macOS only r=jschanck

Differential Revision: https://phabricator.services.mozilla.com/D273632

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -17244,11 +17244,13 @@ value: true mirror: always +#ifdef XP_MACOSX # Dispatch WebAuthn requests to the macOS platform API - name: security.webauthn.enable_macos_passkeys type: RelaxedAtomicBool value: true mirror: always +#endif # Dispatch WebAuthn requests to authenticator-rs - name: security.webauth.webauthn_enable_usbtoken