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`
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
```
<key>NTLM</key>
<true/> | <false/>
</dict>
+ <key>Locked</key>
+ <true/> | <false/>
</dict>
</dict>
```
"AllowProxies": {
"SPNEGO": true | false,
"NTLM": true | false
- }
+ },
+ "Locked": true | false
}
}
}
}
}
```
+### 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
+```
+<dict>
+ <key>DisablePasswordReveal</key>
+ <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+ "policies": {
+ "DisablePasswordReveal": true | false
+ }
+}
+```
### DisablePocket
Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
<key>NTLM</key>
<true/>
</dict>
+ <key>Locked</key>
+ <true/>
</dict>
<key>BlockAboutAddons</key>
<true/>
<true/>
<key>DisableMasterPasswordCreation</key>
<true/>
+ <key>DisablePasswordReveal</key>
+ <true/>
<key>DisablePocket</key>
<true/>
<key>DisablePrivateBrowsing</key>
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR oder höher</string>
<string id="SUPPORTED_FF69">Firefox 69 oder höher, Firefox 68.1 ESR oder höher</string>
<string id="SUPPORTED_FF70">Firefox 70 oder höher, Firefox 68.2 ESR oder höher</string>
+ <string id="SUPPORTED_FF71">Firefox 71 oder höher, Firefox 68.3 ESR oder höher</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Berechtigungen</string>
<string id="Camera_group">Kamera</string>
<string id="Authentication_AllowProxies_Explain">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.</string>
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>
+ <string id="Authentication_Locked_Explain">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.</string>
<string id="BlockAboutAddons">Zugriff auf Add-ons Manager verhindern</string>
<string id="BlockAboutAddons_Explain" >Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer nicht auf den Add-on Manager oder about:addons zugreifen.
<string id="DisableFormHistory_Explain">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.</string>
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>
+ <string id="DisablePasswordReveal_Explain">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.</string>
<string id="DisablePocket">Pocket für Firefox deaktivieren</string>
<string id="DisablePocket_Explain">Wenn Sie die Richtlinieneinstellung aktivieren, steht Pocket nicht zur Verfügung.
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR or later</string>
<string id="SUPPORTED_FF69">Firefox 69 or later, Firefox 68.1 ESR or later</string>
<string id="SUPPORTED_FF70">Firefox 70 or later, Firefox 68.2 ESR or later</string>
+ <string id="SUPPORTED_FF71">Firefox 71 or later, Firefox 68.3 ESR or later</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Camera</string>
If this policy is disabled or not configured, NTLM and SPNEGO are not enabled on non FQDNs.</string>
<string id="Authentication_AllowProxies">Allow Proxies</string>
- <string id="Authentication_AllowProxies_Explain">If this disabled, SPNEGO and NTLM will not authenticate with proxy servers.
+ <string id="Authentication_AllowProxies_Explain">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.</string>
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>
+ <string id="Authentication_Locked_Explain">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.</string>
<string id="BlockAboutAddons">Block Add-ons Manager</string>
<string id="BlockAboutAddons_Explain" >If this policy is enabled, the user cannot access the Add-ons Manager or about:addons.
<string id="DisableFormHistory_Explain">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.</string>
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>
+ <string id="DisablePasswordReveal_Explain">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.</string>
<string id="DisablePocket">Disable Pocket</string>
<string id="DisablePocket_Explain">If this policy is enabled, Pocket is not available.
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR o posterior</string>
<string id="SUPPORTED_FF69">Firefox 69 o posterior, Firefox 68.1 ESR o posterior</string>
<string id="SUPPORTED_FF70">Firefox 70 o posterior, Firefox 68.2 ESR o posterior</string>
+ <string id="SUPPORTED_FF71">Firefox 71 o posterior, Firefox 68.3 ESR o posterior</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permisos</string>
<string id="Camera_group">Camera</string>
<string id="Authentication_AllowProxies_Explain">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.</string>
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>
+ <string id="Authentication_Locked_Explain">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.</string>
<string id="BlockAboutAddons">Bloquear el administrador de complementos</string>
<string id="BlockAboutAddons_Explain">Si esta política está habilitada, el usuario no podrá acceder al administrador de complementos o en about:addons.
<string id="DisableFormHistory_Explain">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.</string>
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>
+ <string id="DisablePasswordReveal_Explain">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.</string>
<string id="DisablePocket">Deshabilitadar Pocket</string>
<string id="DisablePocket_Explain">Si esta política está habilitada, Pocket no está disponible.
<definition name="SUPPORTED_FF68" displayName="$(string.SUPPORTED_FF68)"/>
<definition name="SUPPORTED_FF6801" displayName="$(string.SUPPORTED_FF6801)"/>
<definition name="SUPPORTED_FF70" displayName="$(string.SUPPORTED_FF70)"/>
+ <definition name="SUPPORTED_FF71" displayName="$(string.SUPPORTED_FF71)"/>
</definitions>
</supportedOn>
<categories>
</boolean>
</elements>
</policy>
+ <policy name="Authentication_Locked" class="Both" displayName="$(string.Authentication_Locked)" explainText="$(string.Authentication_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Authentication" valueName="Locked">
+ <parentCategory ref="Authentication"/>
+ <supportedOn ref="SUPPORTED_FF71"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_FF60"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="DisablePasswordReveal" class="Both" displayName="$(string.DisablePasswordReveal)" explainText="$(string.DisablePasswordReveal_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePasswordReveal">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_FF71"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
<parentCategory ref="firefox"/>
<supportedOn ref="SUPPORTED_FF60"/>
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR ou supérieur</string>\r
<string id="SUPPORTED_FF69">Firefox 69 ou supérieur, Firefox 68.1 ESR ou supérieur</string>\r
<string id="SUPPORTED_FF70">Firefox 70 ou supérieur, Firefox 68.2 ESR ou supérieur</string>\r
+ <string id="SUPPORTED_FF71">Firefox 71 ou supérieur, Firefox 68.3 ESR ou supérieur</string>\r
<string id="firefox">Firefox</string>\r
<string id="Permissions_group">Permissions</string>\r
<string id="Camera_group">Caméra</string>\r
<string id="Authentication_AllowProxies_Explain">If this disabled, SPNEGO and NTLM will not authenticate with proxy servers.\r
\r
If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.</string>\r
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>\r
+ <string id="Authentication_Locked_Explain">If this policy is disabled, authentication preferences can be changed by the user.\r
+\r
+If this policy is enabled or not configured, authentication preferences cannot be changed by the user.</string>\r
<string id="BlockAboutAddons">Gestion de modules Add-ons </string>\r
<string id="BlockAboutAddons_Explain" >Si cette stratégie est activée, l'utilisateur ne peut pas accéder au gestionnaire de modules complémentaires ou aux modules add:.\r
\r
<string id="DisableFormHistory_Explain">Si cette stratégie est activée, Firefox ne conservera pas l'historique du formulaire ou de la recherche.\r
\r
Si cette stratégie est désactivée ou non configurée, Firefox conservera l'historique des formulaires et des recherches.</string>\r
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>\r
+ <string id="DisablePasswordReveal_Explain">If this policy is enabled, users cannot show passwords in saved logins.\r
+\r
+If this policy is disabled or not configured, users can show passwords in saved logins.</string>\r
<string id="DisablePocket">Désactiver Pocket</string>\r
<string id="DisablePocket_Explain">Si cette stratégie est activée, Pocket n'est pas disponible.\r
\r
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR o versione successiva</string>
<string id="SUPPORTED_FF69">Firefox 69 o versione successiva, Firefox 68.1 ESR o versione successiva</string>
<string id="SUPPORTED_FF70">Firefox 70 o versione successiva, Firefox 68.2 ESR o versione successiva</string>
+ <string id="SUPPORTED_FF71">Firefox 71 o versione successiva, Firefox 68.3 ESR o versione successiva</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permessi</string>
<string id="Camera_group">Fotocamera</string>
<string id="Authentication_AllowProxies_Explain">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.</string>
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>
+ <string id="Authentication_Locked_Explain">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.</string>
<string id="BlockAboutAddons">Blocca Gestore componenti aggiuntivi</string>
<string id="BlockAboutAddons_Explain">Se questo criterio è abilitato, l'utente non può accedere al Gestore componenti aggiuntivi o ad about:addons.
<string id="DisableFormHistory_Explain">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.</string>
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>
+ <string id="DisablePasswordReveal_Explain">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.</string>
<string id="DisablePocket">Disabilita Pocket</string>
<string id="DisablePocket_Explain">Se questo criterio è abilitato, Pocket non è disponibile.
<string id="SUPPORTED_FF60ESR">Firefox 60 ESR 或更新版本</string>
<string id="SUPPORTED_FF69">Firefox 69 或更新版本、Firefox 68.1 ESR 或更新版本</string>
<string id="SUPPORTED_FF70">Firefox 70 或更新版本、Firefox 68.2 ESR 或更新版本</string>
+ <string id="SUPPORTED_FF71">Firefox 71 或更新版本、Firefox 68.3 ESR 或更新版本</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">權限</string>
<string id="Camera_group">攝影機</string>
<string id="Authentication_AllowProxies_Explain">若停用此原則,則不會對代理伺服器進行 SPNEGO 或 NTLM 身分驗證。
若啟用(並勾選選取盒)或不設定此原則,則總是會對代理伺服器進行 SPNEGO 或 NTLM 身分驗證。</string>
+ <string id="Authentication_Locked">Do not allow authentication preferences to be changed</string>
+ <string id="Authentication_Locked_Explain">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.</string>
<string id="BlockAboutAddons">封鎖附加元件管理員</string>
<string id="BlockAboutAddons_Explain" >若啟用此原則,使用者將無法開啟附加元件管理員或 about:addons。
<string id="DisableFormHistory_Explain">若啟用此原則,Firefox 將不會保留表單填寫或搜尋紀錄。
若停用或不設定此原則,Firefox 則會保留表單填寫及搜尋紀錄。</string>
+ <string id="DisablePasswordReveal">Do not allow passwords to be revealed in saved logins</string>
+ <string id="DisablePasswordReveal_Explain">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.</string>
<string id="DisablePocket">停用 Pocket</string>
<string id="DisablePocket_Explain">若啟用此原則,將無法使用 Pocket。