From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 10 Jun 2024 15:48:10 +0000 (-0400)
Subject: Merge pull request #1094 from willdurand/patch-1
X-Git-Tag: v5.12~12
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/996c285a6814fc1931221c6d79540f31da858290?hp=0b4215df332617e144b0e8fb50c5b5ecd76ea527
Merge pull request #1094 from willdurand/patch-1
Add `temporarily_allow_weak_signatures` to `ExtensionSettings`
---
diff --git a/docs/index.md b/docs/index.md
index b793adc..8eaf0ab 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -120,6 +120,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.
@@ -127,7 +128,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.
@@ -1221,6 +1222,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`
@@ -1230,10 +1239,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
@@ -1268,39 +1273,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):
@@ -1342,14 +1314,6 @@ Value (string):
http://example.org
- Default
- |
- AcceptThirdParty
- always | never | from-visited
- ExpireAtSessionEnd
- |
- RejectTracker
- |
Locked
|
Behavior
@@ -1367,10 +1331,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",
@@ -1738,7 +1698,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)
```
@@ -3548,7 +3508,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)
```
@@ -4760,6 +4720,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)
@@ -4783,7 +4746,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
@@ -6012,6 +5979,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.
@@ -6063,21 +6064,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):
```
@@ -6086,7 +6091,7 @@ Value (string):
#### macOS
```
- StartDownloadsInTempDirectory
+ TranslateEnabled
|
```
@@ -6094,7 +6099,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 bae5e14..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
@@ -1097,6 +1097,12 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden
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 31fcf30..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
@@ -1092,6 +1092,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 7dc8a80..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
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 e729ea9..8ae146e 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -1,10 +1,10 @@
-
+
-
+
@@ -70,7 +70,7 @@
-
+
@@ -4205,5 +4205,15 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 69d535c..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
@@ -1093,6 +1093,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 4daa7aa..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
@@ -1095,6 +1095,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 e9a157e..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 или более поздние веÑÑии
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 2d3e1dd..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 ææ´æ°çæ¬
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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 d9e0ad6..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 ææ´æ°çæ¬
@@ -1092,6 +1092,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
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ã
è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼