Skip to content

VisualSearchEnabled

Enable or disable visual search.

Visual search lets users search the web using an image on the page instead of typing a query, through Google Lens in the context menu. It is only offered when Google is the default search engine, so removing Google with the SearchEngines policy also takes the feature away.

FirefoxFirefox ESRFirefox Enterprise
Available since 144Available since 153Available since 149

CCK2 Equivalent: N/A
OMA-URI: VisualSearchEnabled
Preferences Affected: browser.search.visualSearch.featureGate

policies.json
{
"policies": {
"VisualSearchEnabled": false
}
}
JSON schema
VisualSearchEnabled JSON schema
{
"type": "boolean"
}
Software\Policies\Mozilla\Firefox\VisualSearchEnabled = 0x1 | 0x0
<dict>
<key>VisualSearchEnabled</key>
<true/> | <false/>
</dict>