]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge pull request #22 from mozilla/1436851_DisableSysAddonUpdate
[policy-templates.git] / README.md
index aaeb9cda5b19b2e0f44d344d6a3a482dcba24e16..1d81e0e5173b5add3e76215022b24100dd1ba708 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ The content of the JSON file should look like this:
 {
   "policies": {
     ...POLICIES...
 {
   "policies": {
     ...POLICIES...
+  }
 }
 ```
 Policies are documented below.
 }
 ```
 Policies are documented below.
@@ -14,6 +15,7 @@ This policy removes access to about:addons.
 {
   "policies": {
     "BlockAboutAddons": true
 {
   "policies": {
     "BlockAboutAddons": true
+  }
 }
 ```
 ### BlockAboutConfig
 }
 ```
 ### BlockAboutConfig
@@ -22,6 +24,7 @@ This policy removes access to about:config.
 {
   "policies": {
     "BlockAboutConfig": true
 {
   "policies": {
     "BlockAboutConfig": true
+  }
 }
 ```
 ### BlockAboutSupport
 }
 ```
 ### BlockAboutSupport
@@ -131,6 +134,15 @@ This policy removes access to private browsing
   }
 }
 ```
   }
 }
 ```
+### DisableSysAddonUpdate
+This policy prevents system add-ons from being updated or installed.
+```
+{
+  "policies": {
+    "DisableSysAddonUpdate": true
+  }
+}
+```
 ### DisplayBookmarksToolbar
 This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off.
 ```
 ### DisplayBookmarksToolbar
 This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off.
 ```

patrick-canterino.de