[Webkit-unassigned] [Bug 197524] Remove needsAppIdQuirks in 2023

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 18:12:49 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=197524

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j_pascoe at apple.com

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Source//WebCore/Modules/webauthn/AuthenticatorCoordinator.cpp:static bool needsAppIdQuirks(const String& host, const String& appId)
Source//WebCore/Modules/webauthn/AuthenticatorCoordinator.cpp:    if (!appIdURL.isValid() || facetId.protocol() != appIdURL.protocol() || (RegistrableDomain(appIdURL) != RegistrableDomain::uncheckedCreateFromHost(facetId.host()) && !needsAppIdQuirks(facetId.host(), appId)))

This can probably be removed right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220930/cf8e4b4e/attachment-0001.htm>


More information about the webkit-unassigned mailing list