| **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
| **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
| **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
+| **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
| **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
+ ### AppAutoUpdate
+
+ Enable or disable **automatic** application update.
+
+ If set to true, application updates are installed without user approval.
+
+ If set to false, application updates are downloaded but the user can choose when to install the update.
+
+ If you have disabled updates via DisableAppUpdate, this policy has no effect.
+
+ **Compatibility:** Firefox 75, Firefox ESR 68.7\
+ **CCK2 Equivalent:** N/A\
+ **Preferences Affected:** app.update.auto
+
+ #### Windows (GPO)
+ ```
+ Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
+ ```
+ #### macOS
+ ```
+ <dict>
+ <key>AppAutoUpdate</key>
+ <true/> | <false/>
+ </dict>
+ ```
+ #### policies.json
+ ```
+ {
+ "policies": {
+ "AppAutoUpdate": true | false
+ }
+ }
+ ```
### AppUpdateURL
Change the URL for application update.
<string id="Homepage_group">Startseite</string>
<string id="Search_group">Suche</string>
<string id="Preferences_group">Einstellungen</string>
+ <string id="UserMessaging_group">User Messaging</string>
<string id="Allow">Erlaubte Seiten</string>
<string id="Block">Gesperrte Seiten</string>
+ <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.
+
+ If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
<string id="AppUpdateURL">Benutzerdefinierte Update-URL</string>
<string id="AppUpdateURL_Explain">Wenn diese Policy aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die eine andere ist, als die standardmäßige. Dies kann hilfreich sein, in dem Fall, wenn Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
<string id="Homepage_group">Home page</string>
<string id="Search_group">Search</string>
<string id="Preferences_group">Preferences</string>
+ <string id="UserMessaging_group">User Messaging</string>
<string id="Allow">Allowed Sites</string>
<string id="Block">Blocked Sites</string>
+ <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.
+
+ If this policy is disabled Firefox updates are downloaded, but the user can choose when to install the update.
+
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
<string id="AppUpdateURL">Custom Update URL</string>
<string id="AppUpdateURL_Explain">If this policy is enabled, you can set a URL to an update server other than the default. This could be helpful if you run your own update server on your network.
<string id="Homepage_group">Página de inicio</string>
<string id="Search_group">Búsqueda</string>
<string id="Preferences_group">Preferencias</string>
+ <string id="UserMessaging_group">User Messaging</string>
<string id="Allow">Sitios permitidos</string>
<string id="Block">Sitios bloqueados</string>
+ <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.
+
+ If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
<string id="AppUpdateURL">URL de actualización personalizada</string>
<string id="AppUpdateURL_Explain">Si esta política está habilitada, podrá establecer una URL para un servidor de actualización que no sea el predeterminado. Esto podría ser útil si ejecuta tu propio servidor de actualización en tu red.
<category displayName="$(string.TrackingProtection_group)" name="TrackingProtection">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.UserMessaging_group)" name="UserMessaging">
+ <parentCategory ref="firefox"/>
+ </category>
</categories>
<policies>
+ <policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_FF75"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)">
<parentCategory ref="Authentication"/>
<supportedOn ref="SUPPORTED_FF60"/>
<string id="Homepage_group">Page d'accueil</string>\r
<string id="Search_group">Recherche</string>\r
<string id="Preferences_group">Préférences</string>\r
+ <string id="UserMessaging_group">User Messaging</string>\r
<string id="Allow">Sites autorisés</string>\r
<string id="Block">Sites bloqués</string>\r
+ <string id="AppAutoUpdate">Application Autoupdate</string>\r
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.\r
+ \r
+ If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.\r
+ \r
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>\r
<string id="AppUpdateURL">URL de mise à jour personnalisée</string>\r
<string id="AppUpdateURL_Explain">Si cette stratégie est activée, vous pouvez définir une URL vers un serveur de mise à jour autre que celui par défaut. Cela pourrait être utile si vous exécutez votre propre serveur de mise à jour sur votre réseau.\r
\r
<string id="Homepage_group">Pagina iniziale</string>
<string id="Search_group">Ricerca</string>
<string id="Preferences_group">Preferenze</string>
+ <string id="UserMessaging_group">User Messaging</string>
<string id="Allow">Siti consentiti</string>
<string id="Block">Siti bloccati</string>
+ <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.
+
+ If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
<string id="AppUpdateURL">URL aggiornamento personalizzato</string>
<string id="AppUpdateURL_Explain">Se questo criterio è abilitato, è possibile impostare un URL diverso da quello predefinito per il server di aggiornamento. Ciò potrebbe essere utile se si dispone di un server di aggiornamento sulla propria rete.
<string id="Homepage_group">首頁</string>
<string id="Search_group">搜尋</string>
<string id="Preferences_group">偏好設定</string>
+ <string id="UserMessaging_group">User Messaging</string>
<string id="Allow">允許的網站</string>
<string id="Block">封鎖的網站</string>
+ <string id="AppAutoUpdate">Application Autoupdate</string>
+ <string id="AppAutoUpdate_Explain">If this policy is enabled, Firefox is automatically updated without user approval.
+
+ If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update.
+
+ If this policy is not configured, the user can choose whether not Firefox is automatically updated.</string>
<string id="AppUpdateURL">自訂更新網址</string>
<string id="AppUpdateURL_Explain">若啟用此原則,可指定用來檢查更新的伺服器網址。當您在內部網路自行架設更新伺服器時會有幫助。