]> git.p6c8.net - policy-templates.git/commitdiff
Initial HTML for policies
authorMichael Kaply <consulting@kaply.com>
Tue, 29 May 2018 16:06:03 +0000 (11:06 -0500)
committerMichael Kaply <consulting@kaply.com>
Tue, 29 May 2018 16:06:03 +0000 (11:06 -0500)
index.html

index 37a35ab1cc4eb338d33f097bea51842419a0553d..8aefc7f6f4b4f6664db255d9b6a06722868374b6 100644 (file)
@@ -1 +1,127 @@
-Testing HTML page
+<html>
+<head>
+  <title></title>
+</head>
+
+<body>
+  <div>
+    <a name="top" id="top"></a>
+  </div>
+
+  <table border="1" style="width: 100%">
+    <tr>
+      <td><a href="#BlockAboutAddons">BlockAboutAddons</a></td>
+
+      <td>Prevent access to the Add-ons Manager and about:addons</td>
+    </tr>
+
+    <tr>
+      <td><a href="#BlockAboutConfig">BlockAboutConfig</a></td>
+
+      <td>Prevent access to about:config</td>
+    </tr>
+
+    <tr>
+      <td><a href="#BlockAboutProfiles">BlockAboutProfiles</a></td>
+
+      <td>Prevent access to about:profiles</td>
+    </tr>
+  </table>
+
+  <div style="margin-left:0px">
+    <h3><a name="BlockAboutAddons" id="BlockAboutAddons"></a>BlockAboutAddons</h3><span>Prevent access to the Add-ons Manager and about:addons</span>
+
+    <dl>
+      <dt style="font-weight:bold">Data type:</dt>
+
+      <dd>Boolean [Windows:REG_DWORD]</dd>
+
+      <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
+
+      <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutAddons</dd>
+
+      <dt style="font-weight:bold">Policies.json:</dt>
+
+      <dd style="font-family:monospace">BlockAboutAddons</dd>
+
+      <dt style="font-weight:bold">Supported on:</dt>
+
+      <dd>
+        <ul style="padding-left:0px;margin-left:0px">
+          <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
+        </ul>
+      </dd>
+
+      <dt style="font-weight:bold">Description:</dt>
+
+      <dd>
+        <p>If this policy is set to true, the user can not access the Add-ons Manager or about:addons.</p>
+      </dd>
+    </dl><a href="#top">Back to top</a>
+  </div>
+
+  <div style="margin-left:0px">
+    <h3><a name="BlockAboutProfiles" id="BlockAboutProfiles"></a>BlockAboutProfiles</h3><span>Prevent access to about:profiles</span>
+
+    <dl>
+      <dt style="font-weight:bold">Data type:</dt>
+
+      <dd>Boolean [Windows:REG_DWORD]</dd>
+
+      <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
+
+      <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutProfiles</dd>
+
+      <dt style="font-weight:bold">Policies.json:</dt>
+
+      <dd style="font-family:monospace">BlockAboutProfiles</dd>
+
+      <dt style="font-weight:bold">Supported on:</dt>
+
+      <dd>
+        <ul style="padding-left:0px;margin-left:0px">
+          <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
+        </ul>
+      </dd>
+
+      <dt style="font-weight:bold">Description:</dt>
+
+      <dd>
+        <p>If this policy is set to true, the user can not access about:profiles.</p>
+      </dd>
+    </dl><a href="#top">Back to top</a>
+  </div>
+
+  <div style="margin-left:0px">
+    <h3><a name="BlockAboutConfig" id="BlockAboutConfig"></a>BlockAboutConfig</h3><span>Prevent access to about:addons</span>
+
+    <dl>
+      <dt style="font-weight:bold">Data type:</dt>
+
+      <dd>Boolean [Windows:REG_DWORD]</dd>
+
+      <dt style="font-weight:bold">Windows registry location for Windows clients:</dt>
+
+      <dd style="font-family:monospace">Software\Policies\Mozilla\Firefox\BlockAboutConfig</dd>
+
+      <dt style="font-weight:bold">Policies.json:</dt>
+
+      <dd style="font-family:monospace">BlockAboutConfig</dd>
+
+      <dt style="font-weight:bold">Supported on:</dt>
+
+      <dd>
+        <ul style="padding-left:0px;margin-left:0px">
+          <li>Firefox (Linux, Mac, Windows) RR and ESR since version 60</li>
+        </ul>
+      </dd>
+
+      <dt style="font-weight:bold">Description:</dt>
+
+      <dd>
+        <p>If this policy is set to true, the user can not access about:config.</p>
+      </dd>
+    </dl><a href="#top">Back to top</a>
+  </div>
+</body>
+</html>

patrick-canterino.de