From 702f865e8d570ab0ae2f43ae3097cd973069ddb6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 20 Sep 2019 12:07:19 +0200 Subject: [PATCH] core/webauthn: let's use Self Attestation for now --- core/src/apps/webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: