From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Fri, 3 Oct 2025 15:52:21 +0000 (-0400)
Subject: Policy updates for Bug 1983249 - VisualSearchEnabled
X-Git-Tag: v7.4~4^2~3
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/ccbeded2b0ac422a5f256c290896f31c0599850e?ds=sidebyside;hp=--cc
Policy updates for Bug 1983249 - VisualSearchEnabled
---
ccbeded2b0ac422a5f256c290896f31c0599850e
diff --git a/docs/index.md b/docs/index.md
index 93975ce..2a54821 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -131,6 +131,7 @@ Note: The `policies.json` must use the UTF-8 encoding.
| **[`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.
@@ -7146,6 +7147,41 @@ Value (string):
}
}
```
+### 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):
+```
+ or
+```
+#### macOS
+```
+
+ VisualSearchEnabled
+ |
+
+```
+#### 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.
diff --git a/linux/policies.json b/linux/policies.json
index bca9874..e83fe4c 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -372,6 +372,7 @@
"Locked": true | false
},
"UseSystemPrintDialog": true | false.,
+ "VisualSearchEnabled": true | false.,
"WebsiteFilter": {
"Block": [""],
"Exceptions": ["http://example.org/*"]
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 02fdf91..5c38538 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -710,6 +710,8 @@
UseSystemPrintDialog
+ VisualSearchEnabled
+
WebsiteFilter
Block
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 024d146..9de32d8 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1258,6 +1258,10 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird be
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.
+Visuelle Suche
+Wenn diese Richtlinieneinstellung deaktiviert ist, wird die visuelle Suche deaktiviert.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird die visuelle Suche aktiviert.
Nutzungsbedingungen überspringen
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.
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 204a34a..1599d94 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1258,6 +1258,10 @@ If this policy is disabled or not configured, the request will be denied.
+ Visual Search
+ If this policy is disabled, visual search is disabled.
+
+If this policy is enabled or not configured, visual search is enabled.
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:
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 92af0cc..23b29d4 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -4625,5 +4625,15 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 43d423f..f94ce5d 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1253,6 +1253,10 @@ Si cette stratégie est activée ou non configurée, les opérations dâimpress
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.
+ Recherche visuelle
+ 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.
Ignorer les conditions dâutilisation
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.
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index c1b95b2..b0c9ed3 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -1260,6 +1260,10 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑ Ð¿Ð¾Ð´ÑвеÑждаеÑе, ÑÑо пÑинимаеÑе и обладаеÑе полномоÑиÑми пÑинимаÑÑ Ð£ÑÐ»Ð¾Ð²Ð¸Ñ Ð¸ÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¾Ñ Ð¸Ð¼ÐµÐ½Ð¸ вÑеÑ
лиÑ, коÑоÑÑм Ð²Ñ Ð¿ÑедоÑÑавлÑеÑе доÑÑÑп к ÑÑÐ¾Ð¼Ñ Ð±ÑаÑзеÑÑ.
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, УÑÐ»Ð¾Ð²Ð¸Ñ Ð¸ÑполÑÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Firefox и Уведомление о конÑиденÑиалÑноÑÑи бÑдÑÑ Ð¾ÑобÑажаÑÑÑÑ Ð¿Ñи запÑÑке.
+ ÐизÑалÑнÑй поиÑк
+ ÐÑли ÑÑа полиÑика оÑклÑÑена, визÑалÑнÑй поиÑк оÑклÑÑаеÑÑÑ.
+
+ÐÑли ÑÑа полиÑика вклÑÑена или не наÑÑÑоена, визÑалÑнÑй поиÑк вклÑÑаеÑÑÑ.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм.: