]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Policy for DisableSysAddonUpdate. Fixes #6
[policy-templates.git] / README.md
index 5279a7487f378b5527687292bab39f389fef42ea..1d81e0e5173b5add3e76215022b24100dd1ba708 100644 (file)
--- a/README.md
+++ b/README.md
@@ -134,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.
 ```

patrick-canterino.de