]> git.p6c8.net - policy-templates.git/blobdiff - README.md
NoSmartBookmarks wasn't implemented
[policy-templates.git] / README.md
index c263320b4dc7f04d9783949a2bcd742c8fd29325..8d00cedd08b3f2efa8049d73f404a25002aa3ade 100644 (file)
--- a/README.md
+++ b/README.md
@@ -212,8 +212,9 @@ If Value is set to true, private browsing is enabled by default in both the brow
       "Value": [true, false],
       "Locked": [true, false]
     }
       "Value": [true, false],
       "Locked": [true, false]
     }
+```
 ### NoDefaultBookmarks
 ### NoDefaultBookmarks
-Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile.
+Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile.
 ```
 {
   "policies": {
 ```
 {
   "policies": {
@@ -221,15 +222,6 @@ Don't create the default bookmarks. Note: this policy is only effective if used
   }
 }
 ```
   }
 }
 ```
-### NoSmartBookmarks
-Remove the Smart Bookmarks (Most Visited, Recent Tags)
-```
-{
-  "policies": {
-    "NoSmartBookmarks": true
-  }
-}
-```
 ### RememberPasswords
 This policy sets the signon.rememberSignons preference. It can either be enabled or disabled.
 ```
 ### RememberPasswords
 This policy sets the signon.rememberSignons preference. It can either be enabled or disabled.
 ```

patrick-canterino.de