RESOLVED LATER 197524
Remove needsAppIdQuirks in 2023
https://bugs.webkit.org/show_bug.cgi?id=197524
Summary Remove needsAppIdQuirks in 2023
Jiewen Tan
Reported 2019-05-02 11:31:39 PDT
Remove needsAppIdQuirks in 2023.
Attachments
Ahmad Saleem
Comment 1 2022-09-23 05:47:33 PDT
Alexey Proskuryakov
Comment 2 2022-09-29 18:12:49 PDT
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.
Ryosuke Niwa
Comment 3 2022-10-03 23:22:02 PDT
EWS
Comment 4 2022-10-04 10:02:31 PDT
Committed 255131@main (e289f6f60014): <https://commits.webkit.org/255131@main> Reviewed commits have been landed. Closing PR #4968 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2022-10-04 10:03:23 PDT
pascoe@apple.com
Comment 6 2022-10-04 10:09:55 PDT
Google still actively uses this quirk and login breaks without it. I think we will need to consult before removing this quirk.
WebKit Commit Bot
Comment 8 2022-10-04 11:23:17 PDT
Re-opened since this is blocked by bug 246032
Ahmad Saleem
Comment 9 2023-03-31 17:29:07 PDT
Hi Team - we have now passed original time of January 2023. Can we check whether we can remove it or not? Or update comment to track it for future? Thanks!
Note You need to log in before you can comment on or make changes to this bug.