summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-device_fido_features.cc
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2022-03-30 17:18:34 +0200
committerRene Ladan <rene@FreeBSD.org>2022-03-30 17:20:38 +0200
commit06a832ee8dc55cc8d53f0e49272f33594e941784 (patch)
tree3b8c776119586dfb47bd4f99190cd3ee2127445f /www/iridium/files/patch-device_fido_features.cc
parentwww/flexget: update to 3.3.6 (diff)
www/iridium: resurrect, update to 2022.03.99.1
Sync the port to www/chromium and the shared *BSD patchset This port no longer uses Python 2.7
Diffstat (limited to 'www/iridium/files/patch-device_fido_features.cc')
-rw-r--r--www/iridium/files/patch-device_fido_features.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-device_fido_features.cc b/www/iridium/files/patch-device_fido_features.cc
new file mode 100644
index 000000000000..f939de7a677a
--- /dev/null
+++ b/www/iridium/files/patch-device_fido_features.cc
@@ -0,0 +1,11 @@
+--- device/fido/features.cc.orig 2022-03-28 18:11:04 UTC
++++ device/fido/features.cc
+@@ -24,7 +24,7 @@ extern const base::Feature kWebAuthCableSecondFactor {
+ // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
+ // of lacros-chrome is complete.
+ // If updating this, also update kWebAuthCableServerLink.
+-#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ base::FEATURE_DISABLED_BY_DEFAULT
+ #else
+ base::FEATURE_ENABLED_BY_DEFAULT