Bug 1436085 - Web Authentication - Remove remains of hard-coded support for U2F Google Accounts. r=smaug

The support was actually removed in bug 1406471, but the constants
remained unused.

Differential Revision: https://phabricator.services.mozilla.com/D126864
This commit is contained in:
Mike Hommey 2021-09-29 21:51:54 +00:00
parent e07d00c71a
commit d33a4ba4dc

View File

@ -37,12 +37,6 @@ namespace dom {
constexpr auto kFinishEnrollment = u"navigator.id.finishEnrollment"_ns;
constexpr auto kGetAssertion = u"navigator.id.getAssertion"_ns;
// Bug #1436078 - Permit Google Accounts. Remove in Bug #1436085 in Jan 2023.
constexpr auto kGoogleAccountsAppId1 =
u"https://www.gstatic.com/securitykey/origins.json"_ns;
constexpr auto kGoogleAccountsAppId2 =
u"https://www.gstatic.com/securitykey/a/google.com/origins.json"_ns;
NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(U2F)
NS_WRAPPERCACHE_INTERFACE_MAP_ENTRY
NS_INTERFACE_MAP_END_INHERITING(WebAuthnManagerBase)