Skip to content

DisplayBookmarksToolbar

Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.

FirefoxFirefox ESRFirefox Enterprise
Available since 60Available since 60Available since 149

The string values below were added in Firefox 108, Firefox ESR 102.7. Earlier versions accept only true or false.

CCK2 Equivalent: N/A
OMA-URI: DisplayBookmarksToolbar
Preferences Affected: N/A

policies.json
{
"policies": {
"DisplayBookmarksToolbar": "always"
}
}
JSON schema
DisplayBookmarksToolbar JSON schema
{
"anyOf": [
{
"type": "boolean"
},
{
"type": "string",
"enum": [
"always",
"never",
"newtab"
]
}
]
}
  • always means the bookmarks toolbar is always shown.
  • never means the bookmarks toolbar is not shown.
  • newtab means the bookmarks toolbar is only shown on the new tab page.
Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
<dict>
<key>DisplayBookmarksToolbar</key>
<string>always | never | newtab</string>
</dict>