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
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"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_EnumValue (string):
<enabled/><data id="DisplayBookmarksToolbar" value="always | never | newtab"/><dict> <key>DisplayBookmarksToolbar</key> <string>always | never | newtab</string></dict>policies.json
Section titled “policies.json”{ "policies": { "DisplayBookmarksToolbar": "always" | "never" | "newtab" }}