Backed out changeset 8e8ea33ecb3d (bug 1552602) for test_interfaces_secureContext.html failures

This commit is contained in:
Bogdan Tara 2019-05-18 07:06:09 +03:00
parent 0195fbe70b
commit cb81e93f4e

View File

@ -119,13 +119,8 @@ pref("security.pki.netscape_step_up_policy", 2);
pref("security.pki.certificate_transparency.mode", 0); pref("security.pki.certificate_transparency.mode", 0);
// Hardware Origin-bound Second Factor Support // Hardware Origin-bound Second Factor Support
pref("security.webauth.webauthn", true);
#ifdef MOZ_WIDGET_ANDROID
// No way to enable on Android, Bug 1552602
pref("security.webauth.u2f", false);
#else
pref("security.webauth.u2f", true); pref("security.webauth.u2f", true);
#endif pref("security.webauth.webauthn", true);
// Only one of ["enable_softtoken", "enable_usbtoken", // Only one of ["enable_softtoken", "enable_usbtoken",
// "webauthn_enable_android_fido2"] should be true at a time, as the // "webauthn_enable_android_fido2"] should be true at a time, as the