Bug 1682596 - enable osclientcerts by default in early beta and earlier r=kjacobs

Differential Revision: https://phabricator.services.mozilla.com/D99828
This commit is contained in:
Dana Keeler 2020-12-15 22:17:14 +00:00
Родитель befcb0d4ee
Коммит cbdc1d2bfa
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -79,8 +79,9 @@ pref("security.enterprise_roots.enabled", false);
// If true, attempt to load the osclientcerts PKCS#11 module at startup on a
// background thread. This module allows Firefox to use client certificates
// stored in OS certificate storage. Currently only available for Windows.
#ifdef NIGHTLY_BUILD
// stored in OS certificate storage. Currently only available for Windows and
// macOS.
#ifdef EARLY_BETA_OR_EARLIER
pref("security.osclientcerts.autoload", true);
#else
pref("security.osclientcerts.autoload", false);