-### BlockAboutAddons
-This policy removes access to about:addons.
-```
-{
- "policies": {
- "BlockAboutAddons": true
- }
-}
-```
-### BlockAboutConfig
-This policy removes access to about:config.
-```
-{
- "policies": {
- "BlockAboutConfig": true
- }
-}
-```
-### BlockAboutSupport
-This policy removes access to about:support.
-```
-{
- "policies": {
- "BlockAboutSupport": true
-}
-```
-### BlockSetDesktopBackground
-This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image.
-```
-{
- "policies": {
- "BlockAboutSupport": true
- }
-}
-```
-### CreateMasterPassword
-This policy removes the master password functionality.
-```
-{
- "policies": {
- "CreateMasterPassword": false
- }
-}
-```
-### DisableAppUpdate
-This policy turns off application updates.
-```
-{
- "policies": {
- "DisableAppUpdate": true
- }
-}
-```
-### DisableBuiltinPDFViewer
-This policy disables the built in PDF viewer. PDF files are downloaded and sent externally.
-```
-{
- "policies": {
- "DisableBuiltinPDFViewer": true
- }
-}
-```
-### DisableDeveloperTools
-This policy removes access to all developer tools.
-```
-{
- "policies": {
- "DisableDeveloperTools": 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
-```
-{
- "policies": {
- "DisableFirefoxScreenshots": true
- }
-}
-```
-### DisableFirefoxAccounts
-This policy disables Sync
-```
-{
- "policies": {
- "DisableFirefoxAccounts": true
- }
-}
-```
-### DisableFirefoxStudies
-This policy disables Firefox studies (Shield)
-```
-{
- "policies": {
- "DisableFirefoxAccounts": true
- }
-}
-```
-### DisableFormHistory
-This policy turns off the browser.formfill.enable preferences
-```
-{
- "policies": {
- "DisableFormHistory": true
- }
-}
-```
-### DisablePocket
-This policy turns off Pocket
-```
-{
- "policies": {
- "DisablePocket": true
- }
-}
-```
-### DisablePrivateBrowsing
-This policy removes access to private browsing
-```
-{
- "policies": {
- "DisablePrivateBrowsing": true
- }
-}
-```
-### 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.
-```
-{
- "policies": {
- "DisplayBookmarksToolbar": true
- }
-}
-```
-### DisplayMenuBar
-This policy turns on the menubar by default. A user can still turn it off and it will stay off.
-```
-{
- "policies": {
- "DisplayMenuBar": true
- }
-}
-```
-### DontCheckDefaultBrowser
-This policy stops Firefox from checking if it is the default browser at startup.
-```
-{
- "policies": {
- "DontCheckDefaultBrowser": true
- }
-}
-```
-### EnableTrackingProtection
-This policy enables affects tracking protection.