Skip to content

DisplayBookmarksToolbar

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

Compatibility: Firefox 109, Firefox ESR 102.7
CCK2 Equivalent: N/A
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"

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum

Value (string):

<enabled/>
<data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
<dict>
<key>DisplayBookmarksToolbar</key>
<string>always | never | newtab</string>
</dict>