From b95c808c87b5df3d32d905db1a31f22f49dd2b16 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Tue, 29 May 2018 11:06:03 -0500 Subject: [PATCH] Initial HTML for policies --- index.html | 128 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 127 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 37a35ab..8aefc7f 100644 --- a/index.html +++ b/index.html @@ -1 +1,127 @@ -Testing HTML page + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
BlockAboutAddonsPrevent access to the Add-ons Manager and about:addons
BlockAboutConfigPrevent access to about:config
BlockAboutProfilesPrevent access to about:profiles
+ +
+

BlockAboutAddons

Prevent access to the Add-ons Manager and about:addons + +
+
Data type:
+ +
Boolean [Windows:REG_DWORD]
+ +
Windows registry location for Windows clients:
+ +
Software\Policies\Mozilla\Firefox\BlockAboutAddons
+ +
Policies.json:
+ +
BlockAboutAddons
+ +
Supported on:
+ +
+
    +
  • Firefox (Linux, Mac, Windows) RR and ESR since version 60
  • +
+
+ +
Description:
+ +
+

If this policy is set to true, the user can not access the Add-ons Manager or about:addons.

+
+
Back to top +
+ +
+

BlockAboutProfiles

Prevent access to about:profiles + +
+
Data type:
+ +
Boolean [Windows:REG_DWORD]
+ +
Windows registry location for Windows clients:
+ +
Software\Policies\Mozilla\Firefox\BlockAboutProfiles
+ +
Policies.json:
+ +
BlockAboutProfiles
+ +
Supported on:
+ +
+
    +
  • Firefox (Linux, Mac, Windows) RR and ESR since version 60
  • +
+
+ +
Description:
+ +
+

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

+
+
Back to top +
+ +
+

BlockAboutConfig

Prevent access to about:addons + +
+
Data type:
+ +
Boolean [Windows:REG_DWORD]
+ +
Windows registry location for Windows clients:
+ +
Software\Policies\Mozilla\Firefox\BlockAboutConfig
+ +
Policies.json:
+ +
BlockAboutConfig
+ +
Supported on:
+ +
+
    +
  • Firefox (Linux, Mac, Windows) RR and ESR since version 60
  • +
+
+ +
Description:
+ +
+

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

+
+
Back to top +
+ + -- 2.34.1