From c47779f6b997a069395cdaa9618be4784f92d98a Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 11 May 2026 11:28:45 -0400 Subject: [PATCH] disable passkeys? --- Securefox.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Securefox.js b/Securefox.js index f6920c7..7ac2e3b 100644 --- a/Securefox.js +++ b/Securefox.js @@ -1074,6 +1074,9 @@ user_pref("editor.truncate_user_pastes", false); // [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1695693,1719301 //user_pref("network.http.windows-sso.enabled", false); // DEFAULT +// PREF: disable passkeys +//user_pref("security.webauth.webauthn", false); + // PREF: enforce no direct attestation in passkeys [FF144+] // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1981587 ***/ //user_pref("security.webauthn.always_allow_direct_attestation", false); // [DEFAULT: false]