From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 11 Jun 2024 17:00:13 +0000 (-0400)
Subject: Merge pull request #1090 from dennisjackson/master
X-Git-Tag: v5.12~11
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/993e729316b044de2e0e938ab6507b8e5a91380a?hp=3a7132298a36856892f20ed62132e93a67695841
Merge pull request #1090 from dennisjackson/master
Add documentation for DisableEncryptedClientHello
---
diff --git a/docs/index.md b/docs/index.md
index eb307ec..67a23bc 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -22,6 +22,8 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
| **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
| **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
| **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
+| **[`AutofillAddressEnabled`](#autofilladdressenabled)** | Enable autofill for addresses.
+| **[`AutofillCreditCardEnabled`](#autofillcreditcardenabled)** | Enable autofill for payment methods.
| **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
| **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
| **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
@@ -119,6 +121,7 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
| **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
| **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
| **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
+| **[`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.
| **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
@@ -126,7 +129,7 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
### 3rdparty
-Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
+Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/enterprise-development/#how-to-add-policy).
For GPO and Intune, the extension developer should provide an ADMX file.
@@ -523,6 +526,82 @@ Value (string):
}
}
```
+### AutofillAddressEnabled
+
+Enables or disables autofill for addresses.
+
+This only applies when address autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/automatically-fill-your-address-web-forms) for more information.
+
+**Compatibility:** Firefox 125, Firefox ESR 115.10\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `extensions.formautofill.addresses.enabled`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillAddressEnabled
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ AutofillAddressEnabled
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "AutofillAddressEnabled": true | false
+ }
+}
+```
+### AutofillCreditCardEnabled
+
+Enables or disables autofill for payment methods.
+
+This only applies when payment method autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/credit-card-autofill) for more information.
+
+**Compatibility:** Firefox 125, Firefox ESR 115.10\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `extensions.formautofill.creditCards.enabled`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\AutofillCreditCardEnabled = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillCreditCardEnabled
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ AutofillCreditCardEnabled
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "AutofillCreditCardEnabled": true | false
+ }
+}
+```
### AutoLaunchProtocolsFromOrigins
Define a list of external protocols that can be used from listed origins without prompting the user. The origin is the scheme plus the hostname.
@@ -1144,6 +1223,14 @@ Configure cookie preferences.
`Locked` prevents the user from changing cookie preferences.
+`Default` determines whether cookies are accepted at all. (*Deprecated*. Use `Behavior` instead)
+
+`AcceptThirdParty` determines how third-party cookies are handled. (*Deprecated*. Use `Behavior` instead)
+
+`RejectTracker` only rejects cookies for trackers. (*Deprecated*. Use `Behavior` instead)
+
+`ExpireAtSessionEnd` determines when cookies expire. (*Deprecated*. Use [`SanitizeOnShutdown`](#sanitizeonshutdown-selective) instead)
+
**Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1, Behavior added in Firefox 95/91.4)\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
@@ -1153,10 +1240,6 @@ Configure cookie preferences.
Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
-Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
-Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
-Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
@@ -1191,39 +1274,6 @@ Value (string):
```
OMA-URI:
```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
-```
-Value (string):
-```
- or
-```
-OMA-URI:
-```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
-```
-Value (string):
-```
-
-
-```
-OMA-URI:
-```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
-```
-Value (string):
-```
- or
-```
-OMA-URI:
-```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
-```
-Value (string):
-```
- or
-```
-OMA-URI:
-```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
```
Value (string):
@@ -1265,14 +1315,6 @@ Value (string):
http://example.org
- Default
- |
- AcceptThirdParty
- always | never | from-visited
- ExpireAtSessionEnd
- |
- RejectTracker
- |
Locked
|
Behavior
@@ -1290,10 +1332,6 @@ Value (string):
"Allow": ["http://example.org/"],
"AllowSession": ["http://example.edu/"],
"Block": ["http://example.edu/"],
- "Default": true | false,
- "AcceptThirdParty": "always" | "never" | "from-visited",
- "ExpireAtSessionEnd": true | false,
- "RejectTracker": true | false,
"Locked": true | false,
"Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
"BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
@@ -1696,7 +1734,7 @@ Disable Firefox studies (Shield).
**Compatibility:** Firefox 60, Firefox ESR 60\
**CCK2 Equivalent:** N/A\
-**Preferences Affected:** N/A
+**Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
#### Windows (GPO)
```
@@ -2846,6 +2884,7 @@ The configuration for each extension is another dictionary that can contain the
| `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
| `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
| `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
+| `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms.
**Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
**CCK2 Equivalent:** N/A\
@@ -3505,7 +3544,7 @@ Configure the default extension install policy as well as origins for extension
**Compatibility:** Firefox 60, Firefox ESR 60\
**CCK2 Equivalent:** `permissions.install`\
-**Preferences Affected:** `xpinstall.enabled`
+**Preferences Affected:** `xpinstall.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
#### Windows (GPO)
```
@@ -4717,6 +4756,9 @@ pdfjs. (Firefox 84, Firefox ESR 78.6)
places.
pref.
print.
+privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
+privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
+privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
signon. (Firefox 83, Firefox ESR 78.5)
spellchecker. (Firefox 84, Firefox ESR 78.6)
toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
@@ -4740,7 +4782,11 @@ as well as the following security preferences:
| security.insecure_connection_text.pbmode.enabled | bool | false
| If set to true, adds the words "Not Secure" for insecure sites in private browsing.
| security.mixed_content.block_active_content | boolean | true
-| If false, mixed active content (HTTP and HTTPS) is not blocked.
+| If set to true, mixed active content (HTTP subresources such as scripts, fetch requests, etc. on a HTTPS page) will be blocked.
+| security.mixed_content.block_display_content | boolean | false
+| If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be blocked. (Firefox 127, Firefox ESR 128.0)
+| security.mixed_content.upgrade_display_content | boolean | true
+| If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be upgraded to HTTPS. (Firefox 127, Firefox ESR 128.0)
| security.osclientcerts.autoload | boolean | false
| If true, client certificates are loaded from the operating system certificate store.
| security.OCSP.enabled | integer | 1
@@ -5969,6 +6015,40 @@ Value (string):
}
}
```
+### StartDownloadsInTempDirectory
+Force downloads to start off in a local, temporary location rather than the default download directory.
+
+**Compatibility:** Firefox 102\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ StartDownloadsInTempDirectory
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "StartDownloadsInTempDirectory": true | false
+}
+```
### SupportMenu
Add a menuitem to the help menu for specifying support information.
@@ -6020,21 +6100,25 @@ Value (string):
}
}
```
-### StartDownloadsInTempDirectory
-Force downloads to start off in a local, temporary location rather than the default download directory.
+### TranslateEnabled
+Enable or disable webpage translation.
-**Compatibility:** Firefox 102\
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
+
+If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
+
+**Compatibility:** Firefox 126\
**CCK2 Equivalent:** N/A\
-**Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
+**Preferences Affected:** `browser.translations.enable`
#### Windows (GPO)
```
-Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
```
#### Windows (Intune)
OMA-URI:
```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
```
Value (string):
```
@@ -6043,7 +6127,7 @@ Value (string):
#### macOS
```
- StartDownloadsInTempDirectory
+ TranslateEnabled
|
```
@@ -6051,7 +6135,8 @@ Value (string):
```
{
"policies": {
- "StartDownloadsInTempDirectory": true | false
+ "TranslateEnabled": true | false
+ }
}
```
### UserMessaging
diff --git a/linux/policies.json b/linux/policies.json
index c1cd143..a7f9adc 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -56,10 +56,6 @@
"Allow": ["http://example.org/"],
"AllowSession": ["http://example.edu/"],
"Block": ["http://example.edu/"],
- "Default": true | false,
- "AcceptThirdParty": "always" | "never" | "from-visited",
- "ExpireAtSessionEnd": true | false,
- "RejectTracker": true | false,
"Locked": true | false,
"Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
"BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
@@ -348,6 +344,7 @@
"AccessKey": "S"
},
"StartDownloadsInTempDirectory": true | false,
+ "TranslateEnabled": true | false,
"UserMessaging": {
"WhatsNew": true | false,
"ExtensionRecommendations": true | false,
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index f1701f4..2335b61 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -620,6 +620,30 @@
SearchBar
separate
+ SecurityDevices
+
+ NAME_OF_DEVICE
+ PATH_TO_LIBRARY_FOR_DEVICE
+
+ ShowHomeButton
+
+ SSLVersionMin
+ tls1.2
+ SSLVersionMax
+ tls1.3
+ StartDownloadsInTempDirectory
+
+ SupportMenu
+
+ Title
+ Click here for help
+ URL
+ http://example.edu/
+ AccessKey
+ C
+
+ TranslateEnabled
+
UserMessaging
WhatsNew
@@ -651,27 +675,5 @@
https://www.yahoo.com/*
- SecurityDevices
-
- NAME_OF_DEVICE
- PATH_TO_LIBRARY_FOR_DEVICE
-
- ShowHomeButton
-
- SSLVersionMin
- tls1.2
- SSLVersionMax
- tls1.3
- StartDownloadsInTempDirectory
-
- SupportMenu
-
- Title
- Click here for help
- URL
- http://example.edu/
- AccessKey
- C
-
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 90343be..f704e28 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 oder höher, Firefox 115.9 ESR oder höher
Firefox 124 oder höher
Firefox 125 oder höher, Firefox 115.10 ESR oder höher
- Firefox 126 oder höher, Firefox 115.11 ESR oder höher
+ Firefox 126 oder höher
Firefox 127 oder höher, Firefox 115.12 ESR oder höher
Firefox 128 oder höher, Firefox 115.13 ESR oder höher
Firefox 129 oder höher, Firefox 115.14 ESR oder höher
@@ -210,9 +210,9 @@ Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, werden keine Doma
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS über HTTPS benutzt.
Fallback
- If this policy is disabled, Firefox will not fallback to your default DNS resolver if there is a problem with the secure DNS provider.
+ Wenn diese Richtlinieneinstellung deaktiviert ist, greift Firefox nicht auf Ihren Standard-DNS-Server zurück, wenn ein Problem mit dem sicheren DNS-Anbieter auftritt.
-If this policy is enabled or not configured, Firefox will use your default DNS resolver if there is a problem with the secure DNS provider.
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, verwendet Firefox Ihren Standard-DNS-Server, wenn ein Problem mit dem sicheren DNS-Anbieter auftritt.
Master-Passwort verwenden deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer kein Master-Passwort vergeben.
@@ -1079,16 +1079,30 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann
Wenn diese Richtlinieneinstellung deaktiviert ist, ist das Drucken deaktiviert.
Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, ist das Drucken aktiviert.
- Manual Update Only
- If this policy is enabled, users will not be prompted to install updates and Firefox will not check for updates in the background. The user must manually check and install updates from the About dialog.
+ Nur manuelle Updates
+ Wenn diese Richtlinieneinstellung aktiviert ist, werden die Benutzer nicht aufgefordert, Updates zu installieren, und Firefox sucht nicht im Hintergrund nach Updates. Der Benutzer muss Updates manuell über das Dialogfeld "Info" überprüfen und installieren.
-If this policy is disabled or not configured, the browser receives updates.
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, erhält der Browser Updates.
-This policy is not recommended for most users.
- Allow File Selection Dialogs
- If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+Diese Richtlinie wird für die meisten Benutzer nicht empfohlen.
+ Dateiauswahldialoge zulassen
+ Wenn diese Richtlinieneinstellung deaktiviert ist, können Benutzer keine Dateiauswahldialoge öffnen. In den meisten Fällen verhält sich Firefox so, als ob der Benutzer auf die Schaltfläche Abbrechen geklickt hätte.
-If this policy is enabled or not configured, users can open file selection dialogs.
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, können Benutzer Dateiauswahldialoge öffnen.
+ Autovervollständigung für Adressen aktivieren
+ Wenn diese Richtlinieneinstellung deaktiviert ist, werden Adressen für Firefox-Versionen und Regionen, die dies unterstützen, nicht automatisch ausgefüllt.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Adressen für Firefox-Versionen und -Regionen, die dies unterstützen, automatisch ausgefüllt.
+ Autovervollständigung für Zahlungsarten aktivieren
+ Wenn diese Richtlinieneinstellung deaktiviert ist, werden Zahlungsmethoden für Firefox-Versionen und Regionen, die dies unterstützen, nicht automatisch ausgefüllt.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Zahlungsmethoden für Firefox-Versionen und -Regionen, die dies unterstützen, automatisch ausgefüllt.
+ Ãbersetzung von Webseiten aktivieren
+ Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Ãbersetzung von Webseiten nicht verfügbar.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, ist die Ãbersetzung von Webseiten verfügbar.
+
+Hinweis: Die Ãbersetzung von Webseiten erfolgt vollständig auf dem Client, um den Datenschutz zu gewährleisten.
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 abd3392..3bea034 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 or later, Firefox 115.9 ESR or later
Firefox 124 or later
Firefox 125 or later, Firefox 115.10 ESR or later
- Firefox 126 or later, Firefox 115.11 ESR or later
+ Firefox 126 or later
Firefox 127 or later, Firefox 115.12 ESR or later
Firefox 128 or later, Firefox 115.13 ESR or later
Firefox 129 or later, Firefox 115.14 ESR or later
@@ -1084,6 +1084,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
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/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index 3eb695c..7bc3721 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 o posterior, Firefox 115.9 ESR o posterior
Firefox 124 o posterior
Firefox 125 o posterior, Firefox 115.10 ESR o posterior
- Firefox 126 o posterior, Firefox 115.11 ESR o posterior
+ Firefox 126 o posterior
Firefox 127 o posterior, Firefox 115.12 ESR o posterior
Firefox 128 o posterior, Firefox 115.13 ESR o posterior
Firefox 129 o posterior, Firefox 115.14 ESR o posterior
@@ -1086,6 +1086,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
Si esta polÃtica está habilitada, la preferencia se bloquea en true. Si esta polÃtica está deshabilitada, la preferencia está bloqueada en false.
Para una descripción de la preferencia, visita:
diff --git a/windows/firefox.admx b/windows/firefox.admx
index f6281c2..8ae146e 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -1,10 +1,10 @@
-
+
-
+
@@ -70,7 +70,7 @@
-
+
@@ -4185,5 +4185,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 47706db..222de0f 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 ou supérieur, Firefox 115.9 ESR ou supérieur
Firefox 124 ou supérieur
Firefox 125 ou supérieur, Firefox 115.10 ESR ou supérieur
- Firefox 126 ou supérieur, Firefox 115.11 ESR ou supérieur
+ Firefox 126 ou supérieur
Firefox 127 ou supérieur, Firefox 115.12 ESR ou supérieur
Firefox 128 ou supérieur, Firefox 115.13 ESR ou supérieur
Firefox 129 ou supérieur, Firefox 115.14 ESR ou supérieur
@@ -1085,6 +1085,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
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, voir:
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index 863ea20..dc1fc96 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 o versione successiva, Firefox 105.9 ESR o versione successiva
Firefox 124 o versione successiva
Firefox 125 o versione successiva, Firefox 105.10 ESR o versione successiva
- Firefox 126 o versione successiva, Firefox 105.11 ESR o versione successiva
+ Firefox 126 o versione successiva
Firefox 127 o versione successiva, Firefox 105.12 ESR o versione successiva
Firefox 128 o versione successiva, Firefox 105.13 ESR o versione successiva
Firefox 129 o versione successiva, Firefox 105.14 ESR o versione successiva
@@ -1087,6 +1087,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile.
Per una descrizione della preferenza, si veda:
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 869bbe9..fb83002 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 или более поздние веÑÑии, Firefox 105.9 ESR или более поздние веÑÑии
Firefox 124 или более поздние веÑÑии
Firefox 125 или более поздние веÑÑии, Firefox 105.10 ESR или более поздние веÑÑии
- Firefox 126 или более поздние веÑÑии, Firefox 105.11 ESR или более поздние веÑÑии
+ Firefox 126 или более поздние веÑÑии
Firefox 127 или более поздние веÑÑии, Firefox 105.12 ESR или более поздние веÑÑии
Firefox 128 или более поздние веÑÑии, Firefox 105.13 ESR или более поздние веÑÑии
Firefox 129 или более поздние веÑÑии, Firefox 105.14 ESR или более поздние веÑÑии
@@ -1086,6 +1086,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм.:
diff --git a/windows/zh-CN/firefox.adml b/windows/zh-CN/firefox.adml
index d242028..d623889 100644
--- a/windows/zh-CN/firefox.adml
+++ b/windows/zh-CN/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 ææ´æ°çæ¬ãFirefox 105.9 ESR ææ´æ°çæ¬
Firefox 124 ææ´æ°çæ¬
Firefox 125 ææ´æ°çæ¬ãFirefox 105.10 ESR ææ´æ°çæ¬
- Firefox 126 ææ´æ°çæ¬ãFirefox 105.11 ESR ææ´æ°çæ¬
+ Firefox 126 ææ´æ°çæ¬
Firefox 127 ææ´æ°çæ¬ãFirefox 105.12 ESR ææ´æ°çæ¬
Firefox 128 ææ´æ°çæ¬ãFirefox 105.13 ESR ææ´æ°çæ¬
Firefox 129 ææ´æ°çæ¬ãFirefox 105.14 ESR ææ´æ°çæ¬
@@ -1086,6 +1086,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
è¥å¯ç¨æ¤ååï¼å好设å®å°éå®ä¸º trueã è¥ç¦ç¨æ¤ååï¼å好设å®åéå®ä¸ºfalseã
è¥éè¦å好设置ç详ç»è¯´æï¼è¯·åèï¼
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index cd8a7ee..7df8567 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -68,7 +68,7 @@
Firefox 124 ææ´æ°çæ¬ãFirefox 105.9 ESR ææ´æ°çæ¬
Firefox 124 ææ´æ°çæ¬
Firefox 125 ææ´æ°çæ¬ãFirefox 105.10 ESR ææ´æ°çæ¬
- Firefox 126 ææ´æ°çæ¬ãFirefox 105.11 ESR ææ´æ°çæ¬
+ Firefox 126 ææ´æ°çæ¬
Firefox 127 ææ´æ°çæ¬ãFirefox 105.12 ESR ææ´æ°çæ¬
Firefox 128 ææ´æ°çæ¬ãFirefox 105.13 ESR ææ´æ°çæ¬
Firefox 129 ææ´æ°çæ¬ãFirefox 105.14 ESR ææ´æ°çæ¬
@@ -1084,6 +1084,20 @@ This policy is not recommended for most users.
If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
If this policy is enabled or not configured, users can open file selection dialogs.
+ Enable autofill for addresses
+ If this policy is disabled, addresses will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, addresses will be autofilled for Firefox versions and regions that support it.
+ Enable autofill for payment methods
+ If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
+
+If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.
+ Enable webpage translation
+ If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
è¥åç¨æ¤ååï¼å好è¨å®å°éå®çº trueãè¥åç¨æ¤ååï¼å好è¨å®åéå®çº falseã
è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼