Commit fcc877b4 authored by Martin Kreichgauer's avatar Martin Kreichgauer Committed by Commit Bot

fido: enable WebAuthenticationBiometricEnrollment by default

This default-enables FIDO2 fingerprint enrollment UI in
chrome://settings/securityKeys

Bug: 974046
Change-Id: I2c707943a10c588798b6704aa1416e246fe6d3e8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895310
Auto-Submit: Martin Kreichgauer <martinkr@google.com>
Commit-Queue: Ken Buchanan <kenrb@chromium.org>
Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715892}
parent 5e99739c
...@@ -17,7 +17,7 @@ const base::Feature kWebAuthUseNativeWinApi{"WebAuthenticationUseNativeWinApi", ...@@ -17,7 +17,7 @@ const base::Feature kWebAuthUseNativeWinApi{"WebAuthenticationUseNativeWinApi",
#endif // defined(OS_WIN) #endif // defined(OS_WIN)
extern const base::Feature kWebAuthBiometricEnrollment{ extern const base::Feature kWebAuthBiometricEnrollment{
"WebAuthenticationBiometricEnrollment", base::FEATURE_DISABLED_BY_DEFAULT}; "WebAuthenticationBiometricEnrollment", base::FEATURE_ENABLED_BY_DEFAULT};
extern const base::Feature kWebAuthCredentialManagement{ extern const base::Feature kWebAuthCredentialManagement{
"WebAuthenticationCredentialManagement", base::FEATURE_ENABLED_BY_DEFAULT}; "WebAuthenticationCredentialManagement", base::FEATURE_ENABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment