}
}
```
+### BlockAboutProfiles
+This policy removes access to about:profiles.
+```
+{
+ "policies": {
+ "BlockAboutProfiles": true
+ }
+}
+```
### BlockAboutSupport
This policy removes access to about:support.
```
}
```
### EnableTrackingProtection
-This policy enables affects tracking protection.
+This policy affects tracking protection.
If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it.
"Value": [true, false],
"Locked": [true, false]
}
+```
+### NoDefaultBookmarks
+Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile.
+```
+{
+ "policies": {
+ "NoDefaultBookmarks": true
+ }
+}
+```
+### NoSmartBookmarks
+Remove the Smart Bookmarks (Most Visited, Recent Tags)
+```
+{
+ "policies": {
+ "NoSmartBookmarks": true
}
}
```
{"Title": "Example",
"URL": "http://example.org",
"Favicon": "http://example.com/favicon.ico",
- "Placement": "toolbar",
- "Folder": "Bookmarks"
+ "Placement": ["toolbar", "menu"],
+ "Folder": "FolderName"
}
]
}