]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Policy for BlockAboutProfiles. Fixes #31.
[policy-templates.git] / README.md
index b6d3bc6db6e1d11da85fe7aca609ed7bf02edbd0..ae374bb132aab0c6d1d907e73851d61c5430d523 100644 (file)
--- a/README.md
+++ b/README.md
@@ -27,6 +27,15 @@ This policy removes access to about:config.
   }
 }
 ```
+### BlockAboutProfiles
+This policy removes access to about:profiles.
+```
+{
+  "policies": {
+    "BlockAboutProfiles": true
+  }
+}
+```
 ### BlockAboutSupport
 This policy removes access to about:support.
 ```
@@ -271,8 +280,8 @@ same folder name are grouped together.
     {"Title": "Example",
      "URL": "http://example.org",
      "Favicon": "http://example.com/favicon.ico",
-     "Placement": "toolbar",
-     "Folder": "Bookmarks"
+     "Placement": ["toolbar", "menu"],
+     "Folder": "FolderName"
      }
     ]
   }

patrick-canterino.de