}
}
```
+### BlockAboutProfiles
+This policy removes access to about:profiles.
+```
+{
+ "policies": {
+ "BlockAboutProfiles": true
+ }
+}
+```
### BlockAboutSupport
This policy removes access to about:support.
```
}
}
```
-### DisableDeveloperTools
-This policy removes access to all developer tools.
+### DisableBuiltinPDFViewer
+This policy disables the built in PDF viewer. PDF files are downloaded and sent externally.
```
{
"policies": {
- "DisableDeveloperTools": true
+ "DisableBuiltinPDFViewer": true
}
}
```
}
}
```
+### DisableFeedbackCommands
+This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site)
+```
+{
+ "policies": {
+ "DisableFeedbackCommands": true
+ }
+}
+```
### DisableFirefoxScreenshots
This policy removes access to Firefox Screenshots
```
}
}
```
+### DisableSafeMode
+This policy disables safe mode on Windows only
+```
+{
+ "policies": {
+ "DisableSafeMode": true
+ }
+}
+```
+### DisableSysAddonUpdate
+This policy prevents system add-ons from being updated or installed.
+```
+{
+ "policies": {
+ "DisableSysAddonUpdate": true
+ }
+}
+```
### DisplayBookmarksToolbar
This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off.
```
}
}
```
+### 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
+ }
+}
+```
### RememberPasswords
This policy sets the signon.rememberSignons preference. It can either be enabled or disabled.
```
{"Title": "Example",
"URL": "http://example.org",
"Favicon": "http://example.com/favicon.ico",
- "Placement": "toolbar",
- "Folder": "Bookmarks"
+ "Placement": ["toolbar", "menu"],
+ "Folder": "FolderName"
}
]
}