DisplayBookmarksToolbar
Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 60 | Available since 60 | Available 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
Examples
Section titled “Examples”{ "policies": { "DisplayBookmarksToolbar": "always" }}JSON schema
{ "anyOf": [ { "type": "boolean" }, { "type": "string", "enum": [ "always", "never", "newtab" ] } ]}Values
Section titled “Values”alwaysmeans the bookmarks toolbar is always shown.nevermeans the bookmarks toolbar is not shown.newtabmeans the bookmarks toolbar is only shown on the new tab page.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"<dict> <key>DisplayBookmarksToolbar</key> <string>always | never | newtab</string></dict>