summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-device_fido_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-device_fido_features.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-device_fido_features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-device_fido_features.cc b/www/ungoogled-chromium/files/patch-device_fido_features.cc
new file mode 100644
index 000000000000..eb7eb1faf35e
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-device_fido_features.cc
@@ -0,0 +1,11 @@
+--- device/fido/features.cc.orig 2025-12-06 13:30:52 UTC
++++ device/fido/features.cc
+@@ -37,7 +37,7 @@ namespace device {
+ // comment.
+
+ #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
+- BUILDFLAG(IS_CHROMEOS)
++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
+ // Not yet enabled by default.
+ BASE_FEATURE(kPasskeyUnlockErrorUi, base::FEATURE_DISABLED_BY_DEFAULT);
+ #endif