Passed
Push — master ( 9b947f...9cb58b )
by Stefan
02:59 queued 12s
created
config-templates/module_webauthn.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         
Please login to merge, or discard this patch.