From f025ef4cb573eecce1c4d85babcf40e6785c050a Mon Sep 17 00:00:00 2001 From: Mihai Alexandru Michis Date: Wed, 11 Mar 2020 23:51:44 +0200 Subject: [PATCH] Backed out changeset fac88f2cec9c (bug 1621476) for causing failures in test_interfaces_secureContext.html CLOSED TREE --- mobile/android/app/geckoview-prefs.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mobile/android/app/geckoview-prefs.js b/mobile/android/app/geckoview-prefs.js index aad91c400ce8..d9d27afb2244 100644 --- a/mobile/android/app/geckoview-prefs.js +++ b/mobile/android/app/geckoview-prefs.js @@ -72,7 +72,6 @@ pref("ui.android.mouse_as_touch", 2); // Fenix is currently not whitelisted for Web Authentication pref("security.webauth.webauthn_enable_android_fido2", false); -pref("security.webauth.webauthn", false); // Enable autoplay permission prompts pref("media.geckoview.autoplay.request", true);