| **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation.
| **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
| **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
+| **[`VisualSearchEnabled`](#visualsearchenabled)** | Enable or disable visual search.
| **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
| **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
}
}
```
+### VisualSearchEnabled
+Enable or disable visual search.
+
+**Compatibility:** Firefox 144\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.search.visualSearch.featureGate`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\VisualSearchEnabled = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/VisualSearchEnabled
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+ <key>VisualSearchEnabled</key>
+ <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+ "policies": {
+ "VisualSearchEnabled": true | false
+ }
+}
+```
### WebsiteFilter
Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns.
The arrays are limited to 1000 entries each.
"Locked": true | false
},
"UseSystemPrintDialog": true | false.,
+ "VisualSearchEnabled": true | false.,
"WebsiteFilter": {
"Block": ["<all_urls>"],
"Exceptions": ["http://example.org/*"]
</dict>
<key>UseSystemPrintDialog</key>
<true/>
+ <key>VisualSearchEnabled</key>
+ <false/>
<key>WebsiteFilter</key>
<dict>
<key>Block</key>
<string id="ContentAnalysis_TimeoutResult_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können Sie das gewünschte Verhalten für DLP-Anfragen angeben, wenn der DLP-Agent auf eine Anfrage nicht in weniger als AgentTimeout-Sekunden antwortet.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Anfrage abgelehnt.</string>
+<string id="VisualSearchEnabled">Visuelle Suche</string>
+<string id="VisualSearchEnabled_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, wird die visuelle Suche deaktiviert.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird die visuelle Suche aktiviert.</string>
<string id="SkipTermsOfUse">Nutzungsbedingungen überspringen</string>
<string id="SkipTermsOfUse_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, werden die Firefox-Nutzungsbedingungen (https://www.mozilla.org/about/legal/terms/firefox/) und der Datenschutzhinweis (https://www.mozilla.org/privacy/firefox/) beim Starten nicht angezeigt.
You represent that you accept and have the authority to accept the Terms of Use on behalf of all individuals to whom you provide access to this browser.
If this policy is disabled or not configured, the Firefox Terms of Use and Privacy Notice do display upon startup.</string>
+ <string id="VisualSearchEnabled">Visual Search</string>
+ <string id="VisualSearchEnabled_Explain">If this policy is disabled, visual search is disabled.
+
+If this policy is enabled or not configured, visual search is enabled.</string>
<string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="VisualSearchEnabled" class="Both" displayName="$(string.VisualSearchEnabled)" explainText="$(string.VisualSearchEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="VisualSearchEnabled">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_FF144_ONLY"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
</policies>
</policyDefinitions>
<string id="ContentAnalysis_TimeoutResult_Explain">Si cette stratégie est activée, vous pouvez indiquer le comportement souhaité pour les requêtes DLP si l’agent DLP ne répond pas dans le délai défini (AgentTimeout).
Si cette stratégie est désactivée ou non configurée, la requête sera refusée.</string>
+ <string id="VisualSearchEnabled">Recherche visuelle</string>
+ <string id="VisualSearchEnabled_Explain">Si cette stratégie est désactivée, la recherche visuelle est désactivée.
+
+Si cette stratégie est activée ou non configurée, la recherche visuelle est activée.</string>
<string id="SkipTermsOfUse">Ignorer les conditions d’utilisation</string>
<string id="SkipTermsOfUse_Explain">Si cette stratégie est activée, les Conditions d’utilisation de Firefox (https://www.mozilla.org/about/legal/terms/firefox/) et l’Avis de confidentialité (https://www.mozilla.org/privacy/firefox/) ne s’affichent pas au démarrage.
Вы подтверждаете, что принимаете и обладаете полномочиями принимать Условия использования от имени всех лиц, которым вы предоставляете доступ к этому браузеру.
Если эта политика отключена или не настроена, Условия использования Firefox и Уведомление о конфиденциальности будут отображаться при запуске.</string>
+ <string id="VisualSearchEnabled">Визуальный поиск</string>
+ <string id="VisualSearchEnabled_Explain">Если эта политика отключена, визуальный поиск отключается.
+
+Если эта политика включена или не настроена, визуальный поиск включается.</string>
<string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
Описание предпочтения см.: