From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 25 Nov 2019 20:21:15 +0000 (-0600)
Subject: Merge pull request #495 from mozilla/firefox_71_changes
X-Git-Tag: v1.11~2
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/88af1de396fef14a6e0bce4f19705f3315f22178?hp=88ca0c4977fa3052fa154d9e1db715d532f0c3c1
Merge pull request #495 from mozilla/firefox_71_changes
Changes for Firefox 71
---
diff --git a/README.md b/README.md
index 712a26e..8119e39 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Configure sites that support integrated authentication.
See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
-**Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2)\
+**Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3)\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`
@@ -133,6 +133,7 @@ Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
```
#### macOS
```
@@ -168,6 +169,8 @@ Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
NTLM
|
+ Locked
+ |
```
@@ -186,7 +189,8 @@ Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
"AllowProxies": {
"SPNEGO": true | false,
"NTLM": true | false
- }
+ },
+ "Locked": true | false
}
}
}
@@ -831,6 +835,33 @@ Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
}
}
```
+### DisablePasswordReveal
+Do not allow passwords to be shown in saved logins
+
+**Compatibility:** Firefox 71, Firefox ESR 68.3\
+**CCK2 Equivalent:** N/A
+**Preferences Affected:** N/A
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
+```
+
+#### macOS
+```
+
+ DisablePasswordReveal
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "DisablePasswordReveal": true | false
+ }
+}
+```
### DisablePocket
Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 178d687..d9ddf5a 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -37,6 +37,8 @@
NTLM
+ Locked
+
BlockAboutAddons
@@ -139,6 +141,8 @@
DisableMasterPasswordCreation
+ DisablePasswordReveal
+
DisablePocket
DisablePrivateBrowsing
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 374f3b6..e318f40 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR oder höher
Firefox 69 oder höher, Firefox 68.1 ESR oder höher
Firefox 70 oder höher, Firefox 68.2 ESR oder höher
+ Firefox 71 oder höher, Firefox 68.3 ESR oder höher
Firefox
Berechtigungen
Kamera
@@ -66,6 +67,10 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, sind
Wenn diese Richtlinieneinstellung deaktiviert ist, findet keine SPNEGO oder NTLM Authentifizierung gegenüber einem Proxy statt.
Wenn diese Richtlinieneinstellung aktiviert (und das Kontrollkästchen aktiviert) oder nicht konfiguriert ist, findet SPNEGO und NTLM Authentifizierung gegenüber einem Proxy statt.
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
Zugriff auf Add-ons Manager verhindern
Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer nicht auf den Add-on Manager oder about:addons zugreifen.
@@ -152,6 +157,10 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, steht
Wenn Sie die Richtlinieneinstellung aktivieren, wird Firefox dieselben Einstellungen wie im Privaten Modus verwenden und keinerlei Chronik anlegen.
Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, Firefox wird eine Chronik anlegen.
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
Pocket für Firefox deaktivieren
Wenn Sie die Richtlinieneinstellung aktivieren, steht Pocket nicht zur Verfügung.
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index ab629f6..8cafcfa 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR or later
Firefox 69 or later, Firefox 68.1 ESR or later
Firefox 70 or later, Firefox 68.2 ESR or later
+ Firefox 71 or later, Firefox 68.3 ESR or later
Firefox
Permissions
Camera
@@ -63,9 +64,13 @@ For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integ
If this policy is disabled or not configured, NTLM and SPNEGO are not enabled on non FQDNs.
Allow Proxies
- If this disabled, SPNEGO and NTLM will not authenticate with proxy servers.
+ If this policy is disabled, SPNEGO and NTLM will not authenticate with proxy servers.
If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
Block Add-ons Manager
If this policy is enabled, the user cannot access the Add-ons Manager or about:addons.
@@ -152,6 +157,10 @@ If this policy is disabled or not configured, the "Forget" button is a
If this policy is enabled, Firefox will not remember form or search history.
If this policy is disabled or not configured, Firefox will remember form and search history.
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
Disable Pocket
If this policy is enabled, Pocket is not available.
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index d2779fe..cfb0ec5 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR o posterior
Firefox 69 o posterior, Firefox 68.1 ESR o posterior
Firefox 70 o posterior, Firefox 68.2 ESR o posterior
+ Firefox 71 o posterior, Firefox 68.3 ESR o posterior
Firefox
Permisos
Camera
@@ -66,6 +67,10 @@ Si esta polÃtica está deshabilitada o no está configurada, NTLM y SPNEGO no e
Si está deshabilitado, SPNEGO y NTLM no se autenticarán con servidores proxy.
Si esta polÃtica está habilitada (y las casillas de verificación están marcadas) o no está configurada, NTLM y SPNEGO siempre se autenticarán con proxies.
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
Bloquear el administrador de complementos
Si esta polÃtica está habilitada, el usuario no podrá acceder al administrador de complementos o en about:addons.
@@ -152,6 +157,10 @@ Si esta polÃtica está deshabilitada o no está configurada, el botón "Ol
Si esta polÃtica está habilitada, Firefox no recordará el formulario ni el historial de búsqueda.
Si esta polÃtica está deshabilitada o no está configurada, Firefox recordará el formulario y el historial de búsqueda.
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
Deshabilitadar Pocket
Si esta polÃtica está habilitada, Pocket no está disponible.
diff --git a/windows/firefox.admx b/windows/firefox.admx
index fa3df11..d821643 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -19,6 +19,7 @@
+
@@ -140,6 +141,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -567,6 +578,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index fe594ec..4e81aac 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR ou supérieur
Firefox 69 ou supérieur, Firefox 68.1 ESR ou supérieur
Firefox 70 ou supérieur, Firefox 68.2 ESR ou supérieur
+ Firefox 71 ou supérieur, Firefox 68.3 ESR ou supérieur
Firefox
Permissions
Caméra
@@ -66,6 +67,10 @@ Si cette stratégie est désactivée ou non configurée, NTLM et SPNEGO ne sont
If this disabled, SPNEGO and NTLM will not authenticate with proxy servers.
If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
Gestion de modules Add-ons
Si cette stratégie est activée, l'utilisateur ne peut pas accéder au gestionnaire de modules complémentaires ou aux modules add:.
@@ -152,6 +157,10 @@ Si cette stratégie est désactivée ou non configurée, le bouton "Forget" est
Si cette stratégie est activée, Firefox ne conservera pas l'historique du formulaire ou de la recherche.
Si cette stratégie est désactivée ou non configurée, Firefox conservera l'historique des formulaires et des recherches.
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
Désactiver Pocket
Si cette stratégie est activée, Pocket n'est pas disponible.
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index ccd2083..a4f5b5e 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR o versione successiva
Firefox 69 o versione successiva, Firefox 68.1 ESR o versione successiva
Firefox 70 o versione successiva, Firefox 68.2 ESR o versione successiva
+ Firefox 71 o versione successiva, Firefox 68.3 ESR o versione successiva
Firefox
Permessi
Fotocamera
@@ -66,6 +67,10 @@ Se questo criterio è disabilitato o non configurato, NTLM e SPNEGO non sono abi
Se questo criterio è disabilitato, SPNEGO e NTLM non eseguiranno l'autenticazione con i server proxy.
Se questo criterio è abilitato (e le caselle di controllo sono selezionate) o non configurato, NTLM e SPNEGO eseguiranno sempre l'autenticazione con i proxy.
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
Blocca Gestore componenti aggiuntivi
Se questo criterio è abilitato, l'utente non può accedere al Gestore componenti aggiuntivi o ad about:addons.
@@ -152,6 +157,10 @@ Se questo criterio è disabilitato o non configurato, il pulsante "Dimentic
Se questo criterio è abilitato, Firefox non ricorderà la cronologia dei moduli o di ricerca.
Se questo criterio è disabilitato o non configurato, Firefox ricorderà la cronologia dei moduli e di ricerca.
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
Disabilita Pocket
Se questo criterio è abilitato, Pocket non è disponibile.
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index eed6fd8..7c6e522 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -17,6 +17,7 @@
Firefox 60 ESR ææ´æ°çæ¬
Firefox 69 ææ´æ°çæ¬ãFirefox 68.1 ESR ææ´æ°çæ¬
Firefox 70 ææ´æ°çæ¬ãFirefox 68.2 ESR ææ´æ°çæ¬
+ Firefox 71 ææ´æ°çæ¬ãFirefox 68.3 ESR ææ´æ°çæ¬
Firefox
æ¬é
æå½±æ©
@@ -66,6 +67,10 @@
è¥åç¨æ¤ååï¼åä¸æå°ä»£ç伺æå¨é²è¡ SPNEGO æ NTLM 身åé©èã
è¥åç¨ï¼ä¸¦å¾é¸é¸åçï¼æä¸è¨å®æ¤ååï¼å總æ¯æå°ä»£ç伺æå¨é²è¡ SPNEGO æ NTLM 身åé©èã
+ Do not allow authentication preferences to be changed
+ If this policy is disabled, authentication preferences can be changed by the user.
+
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.
å°ééå å
件管çå¡
è¥åç¨æ¤ååï¼ä½¿ç¨è
å°ç¡æ³éåéå å
件管çå¡æ about:addonsã
@@ -152,6 +157,10 @@
è¥åç¨æ¤ååï¼Firefox å°ä¸æä¿ç表å®å¡«å¯«ææå°ç´éã
è¥åç¨æä¸è¨å®æ¤ååï¼Firefox åæä¿ç表å®å¡«å¯«åæå°ç´éã
+ Do not allow passwords to be revealed in saved logins
+ If this policy is enabled, users cannot show passwords in saved logins.
+
+If this policy is disabled or not configured, users can show passwords in saved logins.
åç¨ Pocket
è¥åç¨æ¤ååï¼å°ç¡æ³ä½¿ç¨ Pocketã