]> git.p6c8.net - policy-templates.git/commitdiff
Policy updates for Bug 1983249 - VisualSearchEnabled
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 3 Oct 2025 15:52:21 +0000 (11:52 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 3 Oct 2025 15:52:21 +0000 (11:52 -0400)
docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index 93975ce37ddd16d574474ea3603f166ff72ea7e0..2a54821c6a6ca11f64bf578896b786070ddd416d 100644 (file)
@@ -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):
+```
+<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.
index bca9874fe464481876919b72ead55d977f2a1f33..e83fe4c776a329a25fba48077c33e89d2bb5c44a 100644 (file)
       "Locked": true | false
     },
     "UseSystemPrintDialog": true | false.,
+    "VisualSearchEnabled": true | false.,
     "WebsiteFilter": {
       "Block": ["<all_urls>"],
       "Exceptions": ["http://example.org/*"]
index 02fdf91224a9e292ac780fd2eba0e21a7efb1073..5c38538884be4fba3dad8ae7eac8e363b0ce0ed2 100644 (file)
        </dict>
        <key>UseSystemPrintDialog</key>
        <true/>
+       <key>VisualSearchEnabled</key>
+       <false/>
        <key>WebsiteFilter</key>
        <dict>
                <key>Block</key>
index 024d14675a90f564156370ee6afa958e269d5d61..9de32d874609228c2326f439cbb4c0a74b7b5e3f 100644 (file)
@@ -1258,6 +1258,10 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird be
       <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.
 
index 204a34af70127b50a542fd5676a8c987871f1afa..1599d94b1b14ef82c99211afc946fdb2c81a97c9 100644 (file)
@@ -1258,6 +1258,10 @@ If this policy is disabled or not configured, the request will be denied.</strin
 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:
index 92af0cc4a5292e298f808677eff91d048069920f..23b29d4c4d26480a9195a3ece806c4a219a1576c 100644 (file)
         <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>
index 43d423f50fcdcb21d84fb623c10750d12307dc35..f94ce5d7bb3ac1e56cc9ac9649eed59d0079d1fb 100644 (file)
@@ -1253,6 +1253,10 @@ Si cette stratégie est activée ou non configurée, les opérations d’impress
       <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.
 
index c1b95b2ed3a59d27b40524b97be1da19483ac538..b0c9ed3c33a4ed594fc2f966bc54030f778b5abd 100644 (file)
@@ -1260,6 +1260,10 @@ Mozilla рекомендует не отключать телеметрию. И
 Вы подтверждаете, что принимаете и обладаете полномочиями принимать Условия использования от имени всех лиц, которым вы предоставляете доступ к этому браузеру.
 
 Если эта политика отключена или не настроена, Условия использования Firefox и Уведомление о конфиденциальности будут отображаться при запуске.</string>
+      <string id="VisualSearchEnabled">Визуальный поиск</string>
+      <string id="VisualSearchEnabled_Explain">Если эта политика отключена, визуальный поиск отключается.
+
+Если эта политика включена или не настроена, визуальный поиск включается.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:

patrick-canterino.de