1
0
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:
Pavol Rusnak 2019-09-20 12:07:19 +02:00
parent 5d32fc37ae
commit 702f865e8d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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: