X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/4d9ccaf971fdcb9d163c8563fc54ce81ab6b847e..585f1ac682dc9018d2e77f913d61db880b771aa8:/README.md diff --git a/README.md b/README.md index b6d3bc6..ae374bb 100644 --- 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" } ] }