aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc13
1 files changed, 2 insertions, 11 deletions
diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
index 52d7b1b0cbe8..f69ac2c627df 100644
--- a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
+++ b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc
@@ -1,6 +1,6 @@
---- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2023-11-04 07:08:51 UTC
+--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2023-12-23 12:33:28 UTC
+++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc
-@@ -672,7 +672,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc
+@@ -677,7 +677,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc
g_observer->ConfiguringCable(request_type);
}
@@ -9,12 +9,3 @@
// No caBLEv1 on Linux. It tends to crash bluez.
if (base::Contains(pairings_from_extension,
device::CableDiscoveryData::Version::V1,
-@@ -879,7 +879,7 @@ void ChromeAuthenticatorRequestDelegate::OnTransportAv
- device::FidoRequestHandlerBase::TransportAvailabilityInfo data) {
- if (base::FeatureList::IsEnabled(device::kWebAuthnFilterGooglePasskeys) &&
- dialog_model()->relying_party_id() == kGoogleRpId &&
-- std::ranges::any_of(data.recognized_credentials,
-+ base::ranges::any_of(data.recognized_credentials,
- IsCredentialFromPlatformAuthenticator)) {
- // Regrettably, Chrome will create webauthn credentials for things other
- // than authentication (e.g. credit card autofill auth) under the rp id