X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/1c8811a26e4c7025e22de28b72f09bf9fdb2f79d..fe12ebf6197cb0dbe82f267d0a11f3aa72c7fb21:/README.md diff --git a/README.md b/README.md index 5279a74..1d81e0e 100644 --- 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. ```