mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
core/webauthn: let's use Self Attestation for now
This commit is contained in:
parent
5d32fc37ae
commit
702f865e8d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user