]> git.p6c8.net - policy-templates.git/commitdiff
Policy for BlockAboutProfiles. Fixes #31.
authorMichael Kaply <consulting@kaply.com>
Fri, 23 Mar 2018 19:13:33 +0000 (14:13 -0500)
committerMichael Kaply <consulting@kaply.com>
Fri, 23 Mar 2018 19:13:33 +0000 (14:13 -0500)
README.md
windows/firefox.admx

index a742542d034bf592aba49b5006648ae2ba0b58e0..ae374bb132aab0c6d1d907e73851d61c5430d523 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,6 +27,15 @@ This policy removes access to about:config.
   }
 }
 ```
+### BlockAboutProfiles
+This policy removes access to about:profiles.
+```
+{
+  "policies": {
+    "BlockAboutProfiles": true
+  }
+}
+```
 ### BlockAboutSupport
 This policy removes access to about:support.
 ```
index 67f4d3702ace2e0d0f1b0526e45d5a8920cb662d..eb110e6edf89bbc6ca5c9f133d81b9e0f7d25a8f 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="BlockAboutProfiles" class="Both" displayName="$(string.BlockAboutProfiles)" explainText="$(string.BlockAboutProfiles_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutProfiles">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_WINXPSP2"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
     <policy name="BlockAboutSupport" class="Both" displayName="$(string.BlockAboutSupport)" explainText="$(string.BlockAboutSupport_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutSupport">
       <parentCategory ref="firefox"/>
       <supportedOn ref="SUPPORTED_WINXPSP2"/>

patrick-canterino.de