@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * exception. |
| 81 | 81 | * |
| 82 | 82 | */ |
| 83 | - 'aaguid_whitelist' => [ ], |
|
| 83 | + 'aaguid_whitelist' => [], |
|
| 84 | 84 | /* |
| 85 | 85 | * Some authenticators are more equal than others. Apple TouchID and |
| 86 | 86 | * FaceID set their AAGUID to all-zeroes so can't be whitelisted. But |
@@ -93,11 +93,11 @@ discard block |
||
| 93 | 93 | * |
| 94 | 94 | * https://webkit.org/blog/11312/meet-face-id-and-touch-id-for-the-web/ |
| 95 | 95 | */ |
| 96 | - 'attestation_format_whitelist' => [ ], |
|
| 96 | + 'attestation_format_whitelist' => [], |
|
| 97 | 97 | ], |
| 98 | 98 | 'policy_passwordless' => [ |
| 99 | 99 | 'minimum_certification_level' => WebAuthnRegistrationEvent::FIDO_CERTIFIED_L1, |
| 100 | - 'aaguid_whitelist' => [ ], |
|
| 100 | + 'aaguid_whitelist' => [], |
|
| 101 | 101 | 'attestation_format_whitelist' => ['apple'], |
| 102 | 102 | ], |
| 103 | 103 | |