DisplayMenuBar
Set the state of the menubar.
Compatibility: Firefox 73, Firefox ESR 68.5 (Windows, some Linux)
CCK2 Equivalent: displayMenuBar
Preferences Affected: N/A
Values
Section titled “Values”alwaysmeans the menubar is shown and cannot be hidden.nevermeans the menubar is hidden and cannot be shown.default-onmeans the menubar is on by default but can be hidden.default-offmeans the menubar is off by default but can be shown.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_EnumValue (string):
<enabled/><data id="DisplayMenuBar" value="always | never | default-on | default-off"/><dict> <key>DisplayMenuBar</key> <string>always | never | default-on | default-off</string></dict>policies.json
Section titled “policies.json”{ "policies": { "DisplayMenuBar": "always", "never", "default-on", "default-off" }}