[webauthn] Enable no account timeout feature
Enable the WebAuthenticationNoAccountTimeout feature by default. Fixed: 377144588 Change-Id: Id30c4e025d3ec5c02d12eb29bc30b749b5ae8412 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6204181 Auto-Submit: Nina Satragno <nsatragno@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1411872}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
fa6df35c09
commit
0e5baedf0b
@ -178,9 +178,9 @@ BASE_FEATURE(kWebAuthnNewBfCacheHandling,
|
||||
"WebAuthenticationNewBfCacheHandling",
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
// Not yet enabled by default.
|
||||
// Default enabled in M134. Remove in or after M137.
|
||||
BASE_FEATURE(kWebAuthnNoAccountTimeout,
|
||||
"WebAuthenticationNoAccountTimeout",
|
||||
base::FEATURE_DISABLED_BY_DEFAULT);
|
||||
base::FEATURE_ENABLED_BY_DEFAULT);
|
||||
|
||||
} // namespace device
|
||||
|
Reference in New Issue
Block a user