Bug 1621476 - Disable WebAuthn on GeckoView r=jcj

We'll enable it once it's actually supported.

Differential Revision: https://phabricator.services.mozilla.com/D66401

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2020-03-11 14:15:55 +00:00
Родитель 5d8eeeabd6
Коммит c7fcd2dac7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -72,6 +72,7 @@ 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);