From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 13 Oct 2025 19:50:45 +0000 (-0400)
Subject: Merge pull request #1254 from mozilla/VisualSearch
X-Git-Tag: v7.4~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/52ded185c1a74e34c8d8bc9d0c418207a0ee1a02?hp=0d3c4a92d45c1205abb767335275db0293b5fc87
Merge pull request #1254 from mozilla/VisualSearch
Policy updates for Bug 1983249 - VisualSearchEnabled
---
diff --git a/docs/index.md b/docs/index.md
index ac725d2..a0e1fe8 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.
@@ -7148,6 +7149,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 db37fa7..e70ebe3 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1299,6 +1299,10 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden
Wenn diese Richtlinieneinstellung aktiviert ist, können die Einstellungen für die Firefox-Startseite vom Benutzer nicht geändert werden.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann der Benutzer die Einstellungen für die Firefox-Startseite ändern.
+ 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.
Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
Für eine Beschreibung der Einstellung, siehe:
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 2ffc37c..5e8ea0f 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1287,6 +1287,10 @@ If this policy is disabled or not configured, sponsored stories are displayed on
If this policy is enabled, Firefox Home preferences cannot be changed by the user.
If this policy is disabled or not configured, the user can change their Firefox Home preferences.
+ 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 815fd10..22d2b35 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -4698,9 +4698,15 @@
+
+
+
+
+
+
+
+
+
+
-
-
-
-
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 8ac1f41..864c5cd 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1294,6 +1294,10 @@ Si cette stratégie est activée ou non configurée, les articles sponsorisés s
Si cette stratégie est activée, les préférences de la page dâaccueil de Firefox ne peuvent pas être modifiées par lâutilisateur.
Si cette stratégie est désactivée ou non configurée, lâutilisateur peut modifier les préférences de la page dâaccueil de Firefox.
+ 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.
Si cette stratégie est activée, la préférence est verrouillée sur "true". Si cette stratégie est désactivée, la préférence est verrouillée sur "false".
Pour une description de la préférence, consultez :
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index fc463bb..eae0fef 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -1295,6 +1295,10 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика вклÑÑена, полÑзоваÑÐµÐ»Ñ Ð½Ðµ Ð¼Ð¾Ð¶ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÑÑÑ Ð½Ð°ÑÑÑойки домаÑней ÑÑÑаниÑÑ Firefox.
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, полÑзоваÑÐµÐ»Ñ Ð¼Ð¾Ð¶ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÑÑÑ Ð½Ð°ÑÑÑойки домаÑней ÑÑÑаниÑÑ Firefox.
+ ÐизÑалÑнÑй поиÑк
+ ÐÑли ÑÑа полиÑика оÑклÑÑена, визÑалÑнÑй поиÑк оÑклÑÑаеÑÑÑ.
+
+ÐÑли ÑÑа полиÑика вклÑÑена или не наÑÑÑоена, визÑалÑнÑй поиÑк вклÑÑаеÑÑÑ.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм.: