From bd9361b1726a94a55c74935cd866e2c9c5fe68f9 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Tue, 29 May 2018 11:08:31 -0500 Subject: [PATCH] Reverse order of config and profiles --- index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 8aefc7f..c3a2888 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@
-

BlockAboutProfiles

Prevent access to about:profiles +

BlockAboutConfig

Prevent access to about:addons
Data type:
@@ -70,11 +70,11 @@
Windows registry location for Windows clients:
-
Software\Policies\Mozilla\Firefox\BlockAboutProfiles
+
Software\Policies\Mozilla\Firefox\BlockAboutConfig
Policies.json:
-
BlockAboutProfiles
+
BlockAboutConfig
Supported on:
@@ -87,13 +87,13 @@
Description:
-

If this policy is set to true, the user can not access about:profiles.

+

If this policy is set to true, the user can not access about:config.

Back to top
-

BlockAboutConfig

Prevent access to about:addons +

BlockAboutProfiles

Prevent access to about:profiles
Data type:
@@ -102,11 +102,11 @@
Windows registry location for Windows clients:
-
Software\Policies\Mozilla\Firefox\BlockAboutConfig
+
Software\Policies\Mozilla\Firefox\BlockAboutProfiles
Policies.json:
-
BlockAboutConfig
+
BlockAboutProfiles
Supported on:
@@ -119,9 +119,10 @@
Description:
-

If this policy is set to true, the user can not access about:config.

+

If this policy is set to true, the user can not access about:profiles.

Back to top
+ -- 2.34.1