diff --git a/core/src/apps/webauthn/__init__.py b/core/src/apps/webauthn/__init__.py index 5b30b1cb7..50f3bb030 100644 --- a/core/src/apps/webauthn/__init__.py +++ b/core/src/apps/webauthn/__init__.py @@ -205,7 +205,7 @@ _ALLOW_FIDO2 = True _ALLOW_RESIDENT_CREDENTIALS = True # The attestation type to use in MakeCredential responses. If false, then self attestation will be used. -_USE_BASIC_ATTESTATION = True +_USE_BASIC_ATTESTATION = False def frame_init() -> dict: