Skip to content

SearchBar

Set whether or not the search bar is displayed.

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

CCK2 Equivalent: showSearchBar
OMA-URI: SearchBar
Preferences Affected: N/A

policies.json
{
"policies": {
"SearchBar": "unified"
}
}
JSON schema
SearchBar JSON schema
{
"type": "string",
"enum": [
"unified",
"separate"
]
}
Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
<dict>
<key>SearchBar</key>
<string>unified | separate</string>
</dict>