From 1ba9f6263f86c3d33c8adf36c3de85a4b8d83746 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:46:00 +0000 Subject: [PATCH] Fix typo in Firefox root CA steps (#582) --- site/source/misc-guides/ca-ff.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/misc-guides/ca-ff.rst b/site/source/misc-guides/ca-ff.rst index da4e80b..b8b40de 100644 --- a/site/source/misc-guides/ca-ff.rst +++ b/site/source/misc-guides/ca-ff.rst @@ -12,7 +12,7 @@ Choose your operating system from among the tabs below: #. Open Firefox and enter ``about:config`` in the URL bar. Accept any warnings that appear - #. Search for ``security.enterprise_roots.enable``, set it to ``true``. + #. Search for ``security.enterprise_roots.enabled``, set it to ``true``. .. figure:: /_static/images/ssl/browser/enterprise_roots_enabled_true.png :width: 80%