From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 8 Jul 2019 19:28:30 +0000 (-0500) Subject: Merge pull request #395 from mozilla/SearchSuggestEnabled X-Git-Tag: v1.8~18 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/714d9f90c44102f39603769e9191d3477df03da1?hp=05ae1b88567e52c07e7a409c2e6b32ab170c1e8e Merge pull request #395 from mozilla/SearchSuggestEnabled Search suggest enabled --- diff --git a/README.md b/README.md index d1b5c7f..3c3bd62 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines. | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines. | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules. +| **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions. | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS. | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS. | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited. @@ -2218,6 +2219,33 @@ Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "http } } ``` +### SearchSuggestEnabled + +Enable search suggestions. + +**Compatibility:** Firefox 68, Firefox ESR 68\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled` + +### Windows +``` +Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0 +``` +#### macOS +``` + + SearchSuggestEnabled + | + +``` +### JSON +``` +{ + "policies": { + "SearchSuggestEnabled": true | false + } +} +``` ### SecurityDevices Install PKCS #11 modules. diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index b8e2575..efcd78d 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -494,6 +494,12 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn If this policy is enabled, you can specify the names of engines to be removed or hidden. If this policy is disabled or not configured, search engines will not be removed or hidden. + Search Suggestions + If this policy is disabled, search suggestions will be disabled. + +If this policy is enabled, search suggestions will be enabled. + +If this policy is not configured, search suggestions will be enabled, but the user can turn them off. Minimum SSL version enabled If this policy is enabled, Firefox will not use SSL/TLS versions less than the value specified. diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 38d6786..509c7b4 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -495,6 +495,12 @@ If this policy is disabled or not configured, search engines can be installed fr If this policy is enabled, you can specify the names of engines to be removed or hidden. If this policy is disabled or not configured, search engines will not be removed or hidden. + Search Suggestions + If this policy is disabled, search suggestions will be disabled. + +If this policy is enabled, search suggestions will be enabled. + +If this policy is not configured, search suggestions will be enabled, but the user can turn them off. Minimum SSL version enabled If this policy is enabled, Firefox will not use SSL/TLS versions less than the value specified. diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml index 34641ec..5fac054 100644 --- a/windows/es-ES/firefox.adml +++ b/windows/es-ES/firefox.adml @@ -493,6 +493,12 @@ Si esta política está deshabilitada o no está configurada, los motores de bú Si esta política está habilitada, puede especificar los nombres de los motores que se borrarán u ocultarán. Si esta política está deshabilitada o no está configurada, los motores de búsqueda no se borrarán ni se ocultarán. + Search Suggestions + If this policy is disabled, search suggestions will be disabled. + +If this policy is enabled, search suggestions will be enabled. + +If this policy is not configured, search suggestions will be enabled, but the user can turn them off. Versión mínima de SSL habilitada Si esta política está habilitada, Firefox no utilizará versiones SSL/TLS inferiores al valor especificado. diff --git a/windows/firefox.admx b/windows/firefox.admx index c80e36d..5d2136a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -2080,6 +2080,16 @@ + + + + + + + + + + diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml index 4451398..8d264ea 100644 --- a/windows/fr-FR/firefox.adml +++ b/windows/fr-FR/firefox.adml @@ -493,6 +493,12 @@ Si cette stratégie est désactivée ou non configurée, les moteurs de recherch Si cette stratégie est activée, vous pouvez spécifier les noms des moteurs à supprimer ou à masquer. Si cette stratégie est désactivée ou non configurée, les moteurs de recherche ne seront ni supprimés ni masqués. + Search Suggestions + If this policy is disabled, search suggestions will be disabled. + +If this policy is enabled, search suggestions will be enabled. + +If this policy is not configured, search suggestions will be enabled, but the user can turn them off. Version SSL minimum utilisée Si cette stratégie est activée, Firefox n'utilisera pas les versions SSL / TLS inférieures à la valeur spécifiée. diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml index a2b82aa..ed5dd73 100644 --- a/windows/it-IT/firefox.adml +++ b/windows/it-IT/firefox.adml @@ -493,6 +493,12 @@ Se questo criterio è disabilitato o non configurato, i motori di ricerca potran Se questo criterio è abilitato, è possibile specificare i nomi dei motori di ricerca da rimuovere o nascondere. Se questo criterio è disabilitato o non configurato, i motori di ricerca non saranno né rimossi né nascosti. + Search Suggestions + If this policy is disabled, search suggestions will be disabled. + +If this policy is enabled, search suggestions will be enabled. + +If this policy is not configured, search suggestions will be enabled, but the user can turn them off. Abilita versione minima SSL Se questo criterio è abilitato, Firefox non utilizzerà versioni di SSL/TLS minori del valore specificato.