@@ -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.