aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_gpm__user__verification__policy.cc
blob: e9bdfa67c5b4d6295e18402e98a784f3862b71ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/browser/webauthn/gpm_user_verification_policy.cc.orig	2024-08-26 14:40:28 UTC
+++ chrome/browser/webauthn/gpm_user_verification_policy.cc
@@ -17,7 +17,7 @@ bool GpmWillDoUserVerification(device::UserVerificatio
       return platform_has_biometrics;
 #elif BUILDFLAG(IS_MAC)
       return platform_has_biometrics;
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
       return false;
 #else
       // This default is for unit tests.