]> git.p6c8.net - policy-templates.git/blobdiff - README.md
InstallAddons -> InstallAddonsPermission
[policy-templates.git] / README.md
index ada3d52e62b5f3ae0de1ff59f1588039ea5ee4df..33d27f131235832d6bff61c9429b541db21d84d4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -351,12 +351,12 @@ This policy sets domains for which pop-up windows are allowed. It also set the d
   }
 }
 ```
-### InstallAddons
+### InstallAddonsPermission
 This policy sets domains that can install extensions, as well as the default behavior.
 ```
 {
   "policies": {
-    "InstallAddons": {
+    "InstallAddonsPermission": {
       "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