]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Update Addons policy
[policy-templates.git] / README.md
index b8a949a131e8fd20faf9a85c261646a66c751221..b9c181914352a8cdae49bf84fcb02eb46129847e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -350,13 +350,14 @@ This policy sets domains for which popups are allowed
 }
 ```
 ### InstallAddons
 }
 ```
 ### InstallAddons
-This policy sets domains that can install extensions
+This policy sets domains that can install extensions, as well as the default behavior.
 ```
 {
   "policies": {
     "InstallAddons": {
       "Allow": ["http://example.org/",
                 "http://example.edu/"]
 ```
 {
   "policies": {
     "InstallAddons": {
       "Allow": ["http://example.org/",
                 "http://example.edu/"]
+      "Default": [true|false], /* If this is set to false, add-ons cannot be installed by the user */
     }
   }
 }
     }
   }
 }

patrick-canterino.de