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)\
+**Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProcies added in 70/68.2)\
**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`
+**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`
#### Windows
```
Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
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
```
#### macOS
```
<key>NTLM</key>
<true/> | <false/>
</dict>
+ <key>AllowProxies</key>
+ <dict>
+ <key>SPNEGO</key>
+ <true/> | <false/>
+ <key>NTLM</key>
+ <true/> | <false/>
+ </dict>
</dict>
</dict>
```
"AllowNonFQDN": {
"SPNEGO": true | false,
"NTLM": true | false
+ },
+ "AllowProxies": {
+ "SPNEGO": true | false,
+ "NTLM": true | false
}
}
}
<key>NTLM</key>
<true/>
</dict>
+ <key>AllowProxies</key>
+ <dict>
+ <key>SPNEGO</key>
+ <true/>
+ <key>NTLM</key>
+ <true/>
+ </dict>
</dict>
<key>BlockAboutAddons</key>
<true/>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="1.9" schemaVersion="1.0" >
+<policyDefinitionResources revision="1.10" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<stringTable >
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 oder höher</string>
+ <string id="UNSUPPORTED">No longer supported.</string>
<string id="SUPPORTED_FF60">Firefox 60 oder höher, Firefox 60 ESR oder höher</string>
<string id="SUPPORTED_FF62">Firefox 62 oder höher, Firefox 60.2 ESR oder höher</string>
<string id="SUPPORTED_FF63">Firefox 63 oder höher</string>
<string id="Authentication_AllowNonFQDN_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, werden SPNEGO und NTLM auf Nicht-FQDN (Fully Qualified Domain Name) Adressen aktiviert sein.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, sind NTLM und SPNEGO auf Nicht-FQDN Adressen nicht aktiviert.</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.
+
+If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.</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="SupportMenu_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, wird ein Menüeintrag mit spezifizierten Supportinformationen zum "Hilfe"-Menü hinzugefügt.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird kein Menüeintrag hinzugefügt.</string>
- <string id="Preferences_Boolean_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.</string>
- <string id="Preferences_String_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf den spezifizierten String-Wert gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, hat sie keinen Effekt.</string>
- <string id="Preferences_Enum_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist sie auf den spezifizierten Wert gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, hat sie keinen Effekt.</string>
+ <string id="Preferences_Boolean_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_String_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf den spezifizierten String-Wert gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, hat sie keinen Effekt.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Enum_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist sie auf den spezifizierten Wert gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, hat sie keinen Effekt.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>
+ <string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>
+ <string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Jedes Mal nachfragen</string>
<string id="Preferences_security_default_personal_cert_Select_Automatically">Automatisch auswählen</string>
- <string id="app_update_auto">app.update.auto</string>
+ <string id="accessibility_force_disabled">accessibility.force_disabled</string>
+ <string id="app_update_auto">app.update.auto (Deprecated)</string>
+ <string id="browser_bookmarks_autoExportHTML">browser.bookmarks.autoExportHTML</string>
+ <string id="browser_bookmarks_file">browser.bookmarks.file</string>
+ <string id="browser_bookmarks_restore_default_bookmarks">browser.bookmarks.restore_default_bookmarks</string>
<string id="browser_cache_disk_enable">browser.cache.disk.enable</string>
<string id="browser_fixup_dns_first_for_single_words">browser.fixup.dns_first_for_single_words</string>
+ <string id="browser_places_importBookmarksHTML">browser.places.importBookmarksHTML</string>
+ <string id="browser_safebrowsing_phishing_enabled">browser.safebrowsing.phishing.enabled</string>
+ <string id="browser_safebrowsing_malware_enabled">browser.safebrowsing.malware.enabled</string>
<string id="browser_search_update">browser.search.update</string>
<string id="browser_tabs_warnOnClose">browser.tabs.warnOnClose</string>
<string id="browser_cache_disk_parent_directory">browser.cache.disk.parent_directory</string>
+ <string id="browser_slowStartup_notificationDisabled">browser.slowStartup.notificationDisabled</string>
+ <string id="browser_taskbar_previews_enable">browser.taskbar.previews.enable</string>
<string id="browser_urlbar_suggest_bookmark">browser.urlbar.suggest.bookmark</string>
<string id="browser_urlbar_suggest_history">browser.urlbar.suggest.history</string>
<string id="browser_urlbar_suggest_openpage">browser.urlbar.suggest.openpage</string>
<string id="datareporting_policy_dataSubmissionPolicyBypassNotification">datareporting.policy.dataSubmissionPolicyBypassNotification</string>
+ <string id="dom_allow_scripts_to_close_windows">dom.allow_scripts_to_close_windows</string>
<string id="dom_disable_window_flip">browser.dom.disable_window_flip</string>
<string id="dom_disable_window_move_resize">dom.disable_window_move_resize</string>
<string id="dom_event_contextmenu_enabled">dom.event.contextmenu.enabled</string>
<string id="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl">dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl</string>
<string id="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl">dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl</string>
+ <string id="extensions_blocklist_enabled">extensions.blocklist.enabled</string>
+ <string id="geo_enabled">geo.enabled</string>
<string id="extensions_getAddons_showPane">extensions.getAddons.showPane</string>
+ <string id="intl_accept_languages">intl.accept_languages</string>
+ <string id="media_eme_enabled">media.eme.enabled</string>
<string id="media_gmp-gmpopenh264_enabled">media.gmp-gmpopenh264.enabled</string>
<string id="media_gmp-widevinecdm_enabled">media.gmp-widevinecdm.enabled</string>
<string id="network_dns_disableIPv6">network.dns.disableIPv6</string>
<string id="network_IDN_show_punycode">network.IDN_show_punycode</string>
<string id="places_history_enabled">places.history.enabled</string>
+ <string id="print_save_print_settings">print.save_print_settings</string>
<string id="security_default_personal_cert">security.default_personal_cert</string>
<string id="security_ssl_errorReporting_enabled">security.ssl.errorReporting.enabled</string>
+ <string id="security_mixed_content_block_active_content">security.mixed_content.block_active_content</string>
<string id="ui_key_menuAccessKeyFocuses">ui.key.menuAccessKeyFocuses</string>
</stringTable>
<presentationTable>
<checkBox refId="Authentication_AllowNonFQDN_NTLM">Always allow NTLM on non FQDNs</checkBox>
<checkBox refId="Authentication_AllowNonFQDN_SPNEGO">Always allow SPNEGO on non FQDNs</checkBox>
</presentation>
+ <presentation id="Authentication_AllowProxies">
+ <checkBox refId="Authentication_AllowProxies_NTLM">Allow NTLM to automatically authenticate with proxy servers</checkBox>
+ <checkBox refId="Authentication_AllowProxies_SPNEGO">Allow SPNEGO to automatically authenticate with proxy servers</checkBox>
+ </presentation>
<presentation id="Certificates_Install">
<listBox refId="Certificates_Install"/>
</presentation>
<label/>
</textBox>
</presentation>
+ <presentation id="Preferences_accessibility_force_disabled">
+ <dropdownList refId="Preferences_accessibility_force_disabled"/>
+ </presentation>
<presentation id="Preferences_security_default_personal_cert">
<dropdownList refId="Preferences_security_default_personal_cert"/>
</presentation>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="1.9" schemaVersion="1.0" >
+<policyDefinitionResources revision="1.10" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<stringTable >
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 or later</string>
+ <string id="UNSUPPORTED">No longer supported.</string>
<string id="SUPPORTED_FF60">Firefox 60 or later, Firefox 60 ESR or later</string>
<string id="SUPPORTED_FF62">Firefox 62 or later, Firefox 60.2 ESR or later</string>
<string id="SUPPORTED_FF63">Firefox 63 or later</string>
For more information, see https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication.</string>
<string id="Authentication_AllowNonFQDN">Allow Non FQDN</string>
- <string id="Authentication_AllowNonFQDN_Explain">If this policy is enabled, you can always allow SPNEGO or NTLM on non FQDNs (fully qualified domain names).
+ <string id="Authentication_AllowNonFQDN_Explain">If this policy is enabled (and the checkboxes are checked), you can always allow SPNEGO or NTLM on non FQDNs (fully qualified domain names).
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.
+
+If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.</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="SupportMenu_Explain">If this policy is enabled, a new menuitem is added to the help menu with support information.
If this policy is disabled or not configured, no menuitem is added.</string>
- <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.</string>
- <string id="Preferences_String_Explain">If this policy is enabled, the preference is locked to the string entered. If this policy is disabled, it has no effect.</string>
- <string id="Preferences_Enum_Explain">If this policy is enabled, the preference is locked to the value selected. If this policy is disabled, it has no effect.</string>
+ <string id="Preferences_Boolean_Explain">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:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_String_Explain">If this policy is enabled, the preference is locked to the string entered. If this policy is disabled, it has no effect.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Enum_Explain">If this policy is enabled, the preference is locked to the value selected. If this policy is disabled, it has no effect.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.</string>
+ <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>
+ <string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>
+ <string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Ask Every Time</string>
<string id="Preferences_security_default_personal_cert_Select_Automatically">Select Automatically</string>
- <string id="app_update_auto">app.update.auto</string>
+ <string id="accessibility_force_disabled">accessibility.force_disabled</string>
+ <string id="app_update_auto">app.update.auto (Deprecated)</string>
+ <string id="browser_bookmarks_autoExportHTML">browser.bookmarks.autoExportHTML</string>
+ <string id="browser_bookmarks_file">browser.bookmarks.file</string>
+ <string id="browser_bookmarks_restore_default_bookmarks">browser.bookmarks.restore_default_bookmarks</string>
<string id="browser_cache_disk_enable">browser.cache.disk.enable</string>
<string id="browser_fixup_dns_first_for_single_words">browser.fixup.dns_first_for_single_words</string>
+ <string id="browser_places_importBookmarksHTML">browser.places.importBookmarksHTML</string>
+ <string id="browser_safebrowsing_phishing_enabled">browser.safebrowsing.phishing.enabled</string>
+ <string id="browser_safebrowsing_malware_enabled">browser.safebrowsing.malware.enabled</string>
<string id="browser_search_update">browser.search.update</string>
<string id="browser_tabs_warnOnClose">browser.tabs.warnOnClose</string>
<string id="browser_cache_disk_parent_directory">browser.cache.disk.parent_directory</string>
+ <string id="browser_slowStartup_notificationDisabled">browser.slowStartup.notificationDisabled</string>
+ <string id="browser_taskbar_previews_enable">browser.taskbar.previews.enable</string>
<string id="browser_urlbar_suggest_bookmark">browser.urlbar.suggest.bookmark</string>
<string id="browser_urlbar_suggest_history">browser.urlbar.suggest.history</string>
<string id="browser_urlbar_suggest_openpage">browser.urlbar.suggest.openpage</string>
<string id="datareporting_policy_dataSubmissionPolicyBypassNotification">datareporting.policy.dataSubmissionPolicyBypassNotification</string>
+ <string id="dom_allow_scripts_to_close_windows">dom.allow_scripts_to_close_windows</string>
<string id="dom_disable_window_flip">browser.dom.disable_window_flip</string>
<string id="dom_disable_window_move_resize">dom.disable_window_move_resize</string>
<string id="dom_event_contextmenu_enabled">dom.event.contextmenu.enabled</string>
<string id="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl">dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl</string>
<string id="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl">dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl</string>
+ <string id="extensions_blocklist_enabled">extensions.blocklist.enabled</string>
+ <string id="geo_enabled">geo.enabled</string>
<string id="extensions_getAddons_showPane">extensions.getAddons.showPane</string>
+ <string id="intl_accept_languages">intl.accept_languages</string>
+ <string id="media_eme_enabled">media.eme.enabled</string>
<string id="media_gmp-gmpopenh264_enabled">media.gmp-gmpopenh264.enabled</string>
<string id="media_gmp-widevinecdm_enabled">media.gmp-widevinecdm.enabled</string>
<string id="network_dns_disableIPv6">network.dns.disableIPv6</string>
<string id="network_IDN_show_punycode">network.IDN_show_punycode</string>
<string id="places_history_enabled">places.history.enabled</string>
+ <string id="print_save_print_settings">print.save_print_settings</string>
<string id="security_default_personal_cert">security.default_personal_cert</string>
<string id="security_ssl_errorReporting_enabled">security.ssl.errorReporting.enabled</string>
+ <string id="security_mixed_content_block_active_content">security.mixed_content.block_active_content</string>
<string id="ui_key_menuAccessKeyFocuses">ui.key.menuAccessKeyFocuses</string>
</stringTable>
<presentationTable>
<checkBox refId="Authentication_AllowNonFQDN_NTLM">Always allow NTLM on non FQDNs</checkBox>
<checkBox refId="Authentication_AllowNonFQDN_SPNEGO">Always allow SPNEGO on non FQDNs</checkBox>
</presentation>
+ <presentation id="Authentication_AllowProxies">
+ <checkBox refId="Authentication_AllowProxies_NTLM">Allow NTLM to automatically authenticate with proxy servers</checkBox>
+ <checkBox refId="Authentication_AllowProxies_SPNEGO">Allow SPNEGO to automatically authenticate with proxy servers</checkBox>
+ </presentation>
<presentation id="Certificates_Install">
<listBox refId="Certificates_Install"/>
</presentation>
<label/>
</textBox>
</presentation>
+ <presentation id="Preferences_accessibility_force_disabled">
+ <dropdownList refId="Preferences_accessibility_force_disabled"/>
+ </presentation>
<presentation id="Preferences_security_default_personal_cert">
<dropdownList refId="Preferences_security_default_personal_cert"/>
</presentation>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="1.9" schemaVersion="1.0" >
+<policyDefinitionResources revision="1.10" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<stringTable >
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 o posterior</string>
+ <string id="UNSUPPORTED">No longer supported.</string>
<string id="SUPPORTED_FF60">Firefox 60 o posterior, Firefox 60 ESR o posterior</string>
<string id="SUPPORTED_FF62">Firefox 62 o posterior, Firefox 60.2 ESR o posterior</string>
<string id="SUPPORTED_FF63">Firefox 63 o posterior</string>
<string id="Authentication_AllowNonFQDN_Explain">Si esta política está habilitada, siempre podrá permitir SPNEGO o NTLM que no sean FQDN (nombres de dominio totalmente calificados).
Si esta política está deshabilitada o no está configurada, NTLM y SPNEGO no están habilitados en que no sean FQDN.</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.
+
+If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.</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="SupportMenu_Explain">Si esta política está habilitada, se añadirá un elemento nuevo al menú de ayuda con información de soporte.
Si esta política está deshabilitada o no está configurada, no se añadirá ningún elemento al menú.</string>
- <string id="Preferences_Boolean_Explain">Si esta política está habilitada, la preferencia se bloquea en true. Si esta política está deshabilitada, la preferencia está bloqueada en false.</string>
- <string id="Preferences_String_Explain">Si esta política está habilitada, la preferencia se bloquea en la cadena ingresada. Si esta política está deshabilitada, no tiene ningún efecto.</string>
- <string id="Preferences_Enum_Explain">Si esta política está habilitada, la preferencia se bloquea al valor seleccionado. Si esta política está deshabilitada, no tiene ningún efecto.</string>
+ <string id="Preferences_Boolean_Explain">Si esta política está habilitada, la preferencia se bloquea en true. Si esta política está deshabilitada, la preferencia está bloqueada en false.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_String_Explain">Si esta política está habilitada, la preferencia se bloquea en la cadena ingresada. Si esta política está deshabilitada, no tiene ningún efecto.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Enum_Explain">Si esta política está habilitada, la preferencia se bloquea al valor seleccionado. Si esta política está deshabilitada, no tiene ningún efecto.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>
+ <string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>
+ <string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Preguntar siempre</string>
<string id="Preferences_security_default_personal_cert_Select_Automatically">Seleccionar automáticamente</string>
- <string id="app_update_auto">app.update.auto</string>
+ <string id="accessibility_force_disabled">accessibility.force_disabled</string>
+ <string id="app_update_auto">app.update.auto (Deprecated)</string>
+ <string id="browser_bookmarks_autoExportHTML">browser.bookmarks.autoExportHTML</string>
+ <string id="browser_bookmarks_file">browser.bookmarks.file</string>
+ <string id="browser_bookmarks_restore_default_bookmarks">browser.bookmarks.restore_default_bookmarks</string>
<string id="browser_cache_disk_enable">browser.cache.disk.enable</string>
<string id="browser_fixup_dns_first_for_single_words">browser.fixup.dns_first_for_single_words</string>
+ <string id="browser_places_importBookmarksHTML">browser.places.importBookmarksHTML</string>
+ <string id="browser_safebrowsing_phishing_enabled">browser.safebrowsing.phishing.enabled</string>
+ <string id="browser_safebrowsing_malware_enabled">browser.safebrowsing.malware.enabled</string>
<string id="browser_search_update">browser.search.update</string>
<string id="browser_tabs_warnOnClose">browser.tabs.warnOnClose</string>
<string id="browser_cache_disk_parent_directory">browser.cache.disk.parent_directory</string>
+ <string id="browser_slowStartup_notificationDisabled">browser.slowStartup.notificationDisabled</string>
+ <string id="browser_taskbar_previews_enable">browser.taskbar.previews.enable</string>
<string id="browser_urlbar_suggest_bookmark">browser.urlbar.suggest.bookmark</string>
<string id="browser_urlbar_suggest_history">browser.urlbar.suggest.history</string>
<string id="browser_urlbar_suggest_openpage">browser.urlbar.suggest.openpage</string>
<string id="datareporting_policy_dataSubmissionPolicyBypassNotification">datareporting.policy.dataSubmissionPolicyBypassNotification</string>
+ <string id="dom_allow_scripts_to_close_windows">dom.allow_scripts_to_close_windows</string>
<string id="dom_disable_window_flip">browser.dom.disable_window_flip</string>
<string id="dom_disable_window_move_resize">dom.disable_window_move_resize</string>
<string id="dom_event_contextmenu_enabled">dom.event.contextmenu.enabled</string>
<string id="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl">dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl</string>
<string id="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl">dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl</string>
+ <string id="extensions_blocklist_enabled">extensions.blocklist.enabled</string>
+ <string id="geo_enabled">geo.enabled</string>
<string id="extensions_getAddons_showPane">extensions.getAddons.showPane</string>
+ <string id="intl_accept_languages">intl.accept_languages</string>
+ <string id="media_eme_enabled">media.eme.enabled</string>
<string id="media_gmp-gmpopenh264_enabled">media.gmp-gmpopenh264.enabled</string>
<string id="media_gmp-widevinecdm_enabled">media.gmp-widevinecdm.enabled</string>
<string id="network_dns_disableIPv6">network.dns.disableIPv6</string>
<string id="network_IDN_show_punycode">network.IDN_show_punycode</string>
<string id="places_history_enabled">places.history.enabled</string>
+ <string id="print_save_print_settings">print.save_print_settings</string>
<string id="security_default_personal_cert">security.default_personal_cert</string>
<string id="security_ssl_errorReporting_enabled">security.ssl.errorReporting.enabled</string>
+ <string id="security_mixed_content_block_active_content">security.mixed_content.block_active_content</string>
<string id="ui_key_menuAccessKeyFocuses">ui.key.menuAccessKeyFocuses</string>
</stringTable>
<presentationTable>
<checkBox refId="Authentication_AllowNonFQDN_NTLM">Permitir siempre NTLM que no sean FQDN</checkBox>
<checkBox refId="Authentication_AllowNonFQDN_SPNEGO">Permitir siempre SPNEGO que no sean FQDN</checkBox>
</presentation>
+ <presentation id="Authentication_AllowProxies">
+ <checkBox refId="Authentication_AllowProxies_NTLM">Allow NTLM to automatically authenticate with proxy servers</checkBox>
+ <checkBox refId="Authentication_AllowProxies_SPNEGO">Allow SPNEGO to automatically authenticate with proxy servers</checkBox>
+ </presentation>
<presentation id="Certificates_Install">
<listBox refId="Certificates_Install"/>
</presentation>
<label/>
</textBox>
</presentation>
+ <presentation id="Preferences_accessibility_force_disabled">
+ <dropdownList refId="Preferences_accessibility_force_disabled"/>
+ </presentation>
<presentation id="Preferences_security_default_personal_cert">
<dropdownList refId="Preferences_security_default_personal_cert"/>
</presentation>
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitions revision="1.9" schemaVersion="1.0">
+<policyDefinitions revision="1.10" schemaVersion="1.0">
<policyNamespaces>
<target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
<using prefix="Mozilla" namespace="Mozilla.Policies"/>
</policyNamespaces>
- <resources minRequiredRevision="1.9"/>
+ <resources minRequiredRevision="1.10"/>
<supportedOn>
<definitions>
+ <definition name="UNSUPPORTED" displayName="$(string.UNSUPPORTED)"/>
<definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/>
<definition name="SUPPORTED_FF60" displayName="$(string.SUPPORTED_FF60)"/>
<definition name="SUPPORTED_FF60ESR" displayName="$(string.SUPPORTED_FF60ESR)"/>
</boolean>
</elements>
</policy>
+ <policy name="Authentication_AllowProxies" class="Both" displayName="$(string.Authentication_AllowProxies)" key="Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN" explainText="$(string.Authentication_AllowProxies_Explain)" presentation="$(presentation.Authentication_AllowProxies)">
+ <parentCategory ref="Authentication"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <elements>
+ <boolean id="Authentication_AllowProxies_NTLM" key="Software\Policies\Mozilla\Firefox\Authentication\AllowProxies" valueName="NTLM">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ <boolean id="Authentication_AllowProxies_SPNEGO" key="Software\Policies\Mozilla\Firefox\Authentication\AllowProxies" valueName="SPNEGO">
+ <trueValue>
+ <decimal value="1"/>
+ </trueValue>
+ <falseValue>
+ <decimal value="0"/>
+ </falseValue>
+ </boolean>
+ </elements>
+ </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"/>
<text id="SupportMenuAccessKey" valueName="AccessKey" />
</elements>
</policy>
- <policy name="app_update_auto" class="Both" displayName="$(string.app_update_auto)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="app.update.auto">
+ <policy name="accessibility_force_disabled" class="Both" displayName="$(string.accessibility_force_disabled)" explainText="$(string.Preferences_Enum_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_accessibility_force_disabled)" >
<parentCategory ref="Preferences"/>
- <supportedOn ref="SUPPORTED_FF68"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <elements>
+ <enum id="Preferences_accessibility_force_disabled" valueName="accessibility.force_disabled">
+ <item displayName="$(string.Preferences_accessibility_force_disabled_auto)">
+ <value>
+ <decimal value="0"/>
+ </value>
+ </item>
+ <item displayName="$(string.Preferences_accessibility_force_disabled_off)">
+ <value>
+ <decimal value="1"/>
+ </value>
+ </item>
+ </enum>
+ </elements>
+ </policy>
+ <policy name="app_update_auto" class="Both" displayName="$(string.app_update_auto)" explainText="$(string.Preferences_Unsupported_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="app.update.auto">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="UNSUPPORTED"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="browser_bookmarks_autoExportHTML" class="Both" displayName="$(string.browser_bookmarks_autoExportHTML)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.bookmarks.autoExportHTML">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="browser_bookmarks_file" class="Both" displayName="$(string.browser_bookmarks_file)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
+ <parentCategory ref="Preferences" />
+ <supportedOn ref="SUPPORTED_FF70" />
+ <elements >
+ <text id="Preferences_String" valueName="browser.bookmarks.file" required="true" expandable="true"/>
+ </elements>
+ </policy>
+ <policy name="browser_bookmarks_restore_default_bookmarks" class="Both" displayName="$(string.browser_bookmarks_restore_default_bookmarks)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.bookmarks.restore_default_bookmarks">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="browser_places_importBookmarksHTML" class="Both" displayName="$(string.browser_places_importBookmarksHTML)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.places.importBookmarksHTML">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="browser_safebrowsing_phishing_enabled" class="Both" displayName="$(string.browser_safebrowsing_phishing_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.safebrowsing.phishing.enabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="browser_safebrowsing_malware_enabled" class="Both" displayName="$(string.browser_safebrowsing_malware_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.safebrowsing.malware.enabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="browser_slowStartup_notificationDisabled" class="Both" displayName="$(string.browser_slowStartup_notificationDisabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.slowStartup.notificationDisabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="browser_search_update" class="Both" displayName="$(string.browser_search_update)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.search.update">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="browser_taskbar_previews_enable" class="Both" displayName="$(string.browser_taskbar_previews_enable)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.taskbar.previews.enable">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="browser_urlbar_suggest_bookmark" class="Both" displayName="$(string.browser_urlbar_suggest_bookmark)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.bookmark">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="dom_allow_scripts_to_close_windows" class="Both" displayName="$(string.dom_allow_scripts_to_close_windows)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.allow_scripts_to_close_windows">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="dom_disable_window_flip" class="Both" displayName="$(string.dom_disable_window_flip)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.disable_window_flip">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="extensions_blocklist_enabled" class="Both" displayName="$(string.extensions_blocklist_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.blocklist.enabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="extensions_getAddons_showPane" class="Both" displayName="$(string.extensions_getAddons_showPane)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.getAddons.showPane">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="geo_enabled" class="Both" displayName="$(string.geo_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="geo.enabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="intl_accept_languages" class="Both" displayName="$(string.intl_accept_languages)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
+ <parentCategory ref="Preferences" />
+ <supportedOn ref="SUPPORTED_FF70" />
+ <elements >
+ <text id="Preferences_String" valueName="intl.accept_languages" required="true" expandable="true"/>
+ </elements>
+ </policy>
+ <policy name="media_eme_enabled" class="Both" displayName="$(string.media_eme_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.eme.enabled">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="media_gmp-gmpopenh264_enabled" class="Both" displayName="$(string.media_gmp-gmpopenh264_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.gmp-gmpopenh264.enabled">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="print_save_print_settings" class="Both" displayName="$(string.print_save_print_settings)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="print.save_print_settings">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="security_mixed_content_block_active_content" class="Both" displayName="$(string.security_mixed_content_block_active_content)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.mixed_content.block_active_content">
+ <parentCategory ref="Preferences"/>
+ <supportedOn ref="SUPPORTED_FF70"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
<policy name="security_ssl_errorReporting_enabled" class="Both" displayName="$(string.security_ssl_errorReporting_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.ssl.errorReporting.enabled">
<parentCategory ref="Preferences"/>
<supportedOn ref="SUPPORTED_FF68"/>
<decimal value="0"/>
</disabledValue>
</policy>
- <policy name="browser_cache_disk_parent_directory" class="Both" displayName="$(string.browser_cache_disk_parent_directory)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
+ <policy name="browser_cache_disk_parent_directory" class="Both" displayName="$(string.browser_cache_disk_parent_directory)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
<parentCategory ref="Preferences" />
<supportedOn ref="SUPPORTED_FF68" />
<elements >
<text id="Preferences_String" valueName="browser.cache.disk.parent_directory" required="true" expandable="true"/>
</elements>
</policy>
- <policy name="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
+ <policy name="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
<parentCategory ref="Preferences" />
<supportedOn ref="SUPPORTED_FF68" />
<elements >
<text id="Preferences_String" valueName="dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl" required="true" />
</elements>
</policy>
- <policy name="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
+ <policy name="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" >
<parentCategory ref="Preferences" />
<supportedOn ref="SUPPORTED_FF68" />
<elements >
<?xml version="1.0" encoding="utf-8"?>\r
-<policyDefinitionResources revision="1.9" schemaVersion="1.0" >\r
+<policyDefinitionResources revision="1.10" schemaVersion="1.0" >\r
<displayName/>\r
<description/>\r
<resources >\r
<stringTable >\r
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 ou supérieur</string>\r
+ <string id="UNSUPPORTED">No longer supported.</string>\r
<string id="SUPPORTED_FF60">Firefox 60 ou supérieur, Firefox 60 ESR ou supérieur</string>\r
<string id="SUPPORTED_FF62">Firefox 62 ou supérieur, Firefox 60.2 ESR ou supérieur</string>\r
<string id="SUPPORTED_FF63">Firefox 63 ou supérieur</string>\r
<string id="Authentication_AllowNonFQDN_Explain">Si cette stratégie est activée, vous pouvez toujours autoriser SPNEGO ou NTLM sur des noms de domaine autres que FQDN.\r
\r
Si cette stratégie est désactivée ou non configurée, NTLM et SPNEGO ne sont pas activés sur des noms de domaine autres que le nom de domaine complet.</string>\r
+ <string id="Authentication_AllowProxies">Allow Proxies</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="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="SupportMenu_Explain">If this policy is enabled, a new menuitem is added to the help menu with support information.\r
\r
If this policy is disabled or not configured, no menuitem is added.</string>\r
- <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.</string>\r
- <string id="Preferences_String_Explain">If this policy is enabled, the preference is locked to the string entered. If this policy is disabled, it has no effect.</string>\r
- <string id="Preferences_Enum_Explain">If this policy is enabled, the preference is locked to the value selected. If this policy is disabled, it has no effect.</string>\r
+ <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.\r
+\r
+For a description of the preference, see:\r
+\r
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>\r
+ <string id="Preferences_String_Explain">If this policy is enabled, the preference is locked to the string entered. If this policy is disabled, it has no effect.\r
+\r
+For a description of the preference, see:\r
+\r
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>\r
+ <string id="Preferences_Enum_Explain">If this policy is enabled, the preference is locked to the value selected. If this policy is disabled, it has no effect.\r
+\r
+For a description of the preference, see:\r
+\r
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>\r
+ <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>\r
+ <string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>\r
+ <string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>\r
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Ask Every Time</string>\r
<string id="Preferences_security_default_personal_cert_Select_Automatically">Select Automatically</string>\r
- <string id="app_update_auto">app.update.auto</string>\r
+ <string id="accessibility_force_disabled">accessibility.force_disabled</string>\r
+ <string id="app_update_auto">app.update.auto (Deprecated)</string>\r
+ <string id="browser_bookmarks_autoExportHTML">browser.bookmarks.autoExportHTML</string>\r
+ <string id="browser_bookmarks_file">browser.bookmarks.file</string>\r
+ <string id="browser_bookmarks_restore_default_bookmarks">browser.bookmarks.restore_default_bookmarks</string>\r
<string id="browser_cache_disk_enable">browser.cache.disk.enable</string>\r
<string id="browser_fixup_dns_first_for_single_words">browser.fixup.dns_first_for_single_words</string>\r
+ <string id="browser_places_importBookmarksHTML">browser.places.importBookmarksHTML</string>\r
+ <string id="browser_safebrowsing_phishing_enabled">browser.safebrowsing.phishing.enabled</string>\r
+ <string id="browser_safebrowsing_malware_enabled">browser.safebrowsing.malware.enabled</string>\r
<string id="browser_search_update">browser.search.update</string>\r
<string id="browser_tabs_warnOnClose">browser.tabs.warnOnClose</string>\r
<string id="browser_cache_disk_parent_directory">browser.cache.disk.parent_directory</string>\r
+ <string id="browser_slowStartup_notificationDisabled">browser.slowStartup.notificationDisabled</string>\r
+ <string id="browser_taskbar_previews_enable">browser.taskbar.previews.enable</string>\r
<string id="browser_urlbar_suggest_bookmark">browser.urlbar.suggest.bookmark</string>\r
<string id="browser_urlbar_suggest_history">browser.urlbar.suggest.history</string>\r
<string id="browser_urlbar_suggest_openpage">browser.urlbar.suggest.openpage</string>\r
<string id="datareporting_policy_dataSubmissionPolicyBypassNotification">datareporting.policy.dataSubmissionPolicyBypassNotification</string>\r
+ <string id="dom_allow_scripts_to_close_windows">dom.allow_scripts_to_close_windows</string>\r
<string id="dom_disable_window_flip">browser.dom.disable_window_flip</string>\r
<string id="dom_disable_window_move_resize">dom.disable_window_move_resize</string>\r
<string id="dom_event_contextmenu_enabled">dom.event.contextmenu.enabled</string>\r
<string id="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl">dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl</string>\r
<string id="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl">dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl</string>\r
+ <string id="extensions_blocklist_enabled">extensions.blocklist.enabled</string>\r
+ <string id="geo_enabled">geo.enabled</string>\r
<string id="extensions_getAddons_showPane">extensions.getAddons.showPane</string>\r
+ <string id="intl_accept_languages">intl.accept_languages</string>\r
+ <string id="media_eme_enabled">media.eme.enabled</string>\r
<string id="media_gmp-gmpopenh264_enabled">media.gmp-gmpopenh264.enabled</string>\r
<string id="media_gmp-widevinecdm_enabled">media.gmp-widevinecdm.enabled</string>\r
<string id="network_dns_disableIPv6">network.dns.disableIPv6</string>\r
<string id="network_IDN_show_punycode">network.IDN_show_punycode</string>\r
<string id="places_history_enabled">places.history.enabled</string>\r
+ <string id="print_save_print_settings">print.save_print_settings</string>\r
<string id="security_default_personal_cert">security.default_personal_cert</string>\r
<string id="security_ssl_errorReporting_enabled">security.ssl.errorReporting.enabled</string>\r
+ <string id="security_mixed_content_block_active_content">security.mixed_content.block_active_content</string>\r
<string id="ui_key_menuAccessKeyFocuses">ui.key.menuAccessKeyFocuses</string>\r
</stringTable>\r
<presentationTable>\r
<checkBox refId="Authentication_AllowNonFQDN_NTLM">Toujours autoriser NTLM sur des noms de domaine autres que FQDN</checkBox>\r
<checkBox refId="Authentication_AllowNonFQDN_SPNEGO">Toujours autoriser SPNEGO sur des noms de domaine autres que FQDN</checkBox>\r
</presentation>\r
+ <presentation id="Authentication_AllowProxies">\r
+ <checkBox refId="Authentication_AllowProxies_NTLM">Allow NTLM to automatically authenticate with proxy servers</checkBox>\r
+ <checkBox refId="Authentication_AllowProxies_SPNEGO">Allow SPNEGO to automatically authenticate with proxy servers</checkBox>\r
+ </presentation>\r
<presentation id="Certificates_Install">\r
<listBox refId="Certificates_Install"/>\r
</presentation>\r
<label/>\r
</textBox>\r
</presentation>\r
+ <presentation id="Preferences_accessibility_force_disabled">\r
+ <dropdownList refId="Preferences_accessibility_force_disabled"/>\r
+ </presentation>\r
<presentation id="Preferences_security_default_personal_cert">\r
<dropdownList refId="Preferences_security_default_personal_cert"/>\r
</presentation>\r
<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="1.9" schemaVersion="1.0" >
+<policyDefinitionResources revision="1.10" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<stringTable >
<string id="SUPPORTED_WINXPSP2">Microsoft Windows XP SP2 o versione successiva</string>
+ <string id="UNSUPPORTED">No longer supported.</string>
<string id="SUPPORTED_FF60">Firefox 60 o versione successiva, Firefox 60 ESR o versione successiva</string>
<string id="SUPPORTED_FF62">Firefox 62 o versione successiva, Firefox 60.2 ESR o versione successiva</string>
<string id="SUPPORTED_FF63">Firefox 63 o versione successiva</string>
<string id="Authentication_AllowNonFQDN_Explain">Se questo criterio è abilitato, è sempre possibile consentire SPNEGO o NTLM su nomi non FQDN (nomi di dominio completamente qualificati).
Se questo criterio è disabilitato o non configurato, NTLM e SPNEGO non sono abilitati su nomi non FQDN.</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.
+
+If this policy is enabled (and the checkboxes are checked) or not configured, NTLM and SPNEGO will always authenticate with proxies.</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="SupportMenu_Explain">Se questo criterio è abilitato, al menù Aiuto sarà aggiunta una nuova voce di menù per richiamare le informazioni di supporto.
Se questo criterio è disabilitato o non configurato, non sarà aggiunta nessuna voce.</string>
- <string id="Preferences_Boolean_Explain">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.</string>
- <string id="Preferences_String_Explain">Se questo criterio è abilitato, la preferenza è impostata alla stringa immessa e resa non modificabile. Se questo criterio è disabilitato, non avrà effetto.</string>
- <string id="Preferences_Enum_Explain">Se questo criterio è abilitato, la preferenza è impostata al valore selezionato e resa non modificabile. Se questo criterio è disabilitato, non avrà effetto.</string>
+ <string id="Preferences_Boolean_Explain">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.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_String_Explain">Se questo criterio è abilitato, la preferenza è impostata alla stringa immessa e resa non modificabile. Se questo criterio è disabilitato, non avrà effetto.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Enum_Explain">Se questo criterio è abilitato, la preferenza è impostata al valore selezionato e resa non modificabile. Se questo criterio è disabilitato, non avrà effetto.
+
+For a description of the preference, see:
+
+https://github.com/mozilla/policy-templates/blob/master/README.md#preferences</string>
+ <string id="Preferences_Unsupported_Explain">This preference is no longer support on Windows. We are investigating creating a policy.</string>
+ <string id="Preferences_accessibility_force_disabled_auto">Auto (0)</string>
+ <string id="Preferences_accessibility_force_disabled_off">Always Off (1)</string>
<string id="Preferences_security_default_personal_cert_Ask_Every_Time">Chiedi ogni volta</string>
<string id="Preferences_security_default_personal_cert_Select_Automatically">Seleziona automaticamente</string>
- <string id="app_update_auto">app.update.auto</string>
+ <string id="accessibility_force_disabled">accessibility.force_disabled</string>
+ <string id="app_update_auto">app.update.auto (Deprecated)</string>
+ <string id="browser_bookmarks_autoExportHTML">browser.bookmarks.autoExportHTML</string>
+ <string id="browser_bookmarks_file">browser.bookmarks.file</string>
+ <string id="browser_bookmarks_restore_default_bookmarks">browser.bookmarks.restore_default_bookmarks</string>
<string id="browser_cache_disk_enable">browser.cache.disk.enable</string>
<string id="browser_fixup_dns_first_for_single_words">browser.fixup.dns_first_for_single_words</string>
+ <string id="browser_places_importBookmarksHTML">browser.places.importBookmarksHTML</string>
+ <string id="browser_safebrowsing_phishing_enabled">browser.safebrowsing.phishing.enabled</string>
+ <string id="browser_safebrowsing_malware_enabled">browser.safebrowsing.malware.enabled</string>
<string id="browser_search_update">browser.search.update</string>
<string id="browser_tabs_warnOnClose">browser.tabs.warnOnClose</string>
<string id="browser_cache_disk_parent_directory">browser.cache.disk.parent_directory</string>
+ <string id="browser_slowStartup_notificationDisabled">browser.slowStartup.notificationDisabled</string>
+ <string id="browser_taskbar_previews_enable">browser.taskbar.previews.enable</string>
<string id="browser_urlbar_suggest_bookmark">browser.urlbar.suggest.bookmark</string>
<string id="browser_urlbar_suggest_history">browser.urlbar.suggest.history</string>
<string id="browser_urlbar_suggest_openpage">browser.urlbar.suggest.openpage</string>
<string id="datareporting_policy_dataSubmissionPolicyBypassNotification">datareporting.policy.dataSubmissionPolicyBypassNotification</string>
+ <string id="dom_allow_scripts_to_close_windows">dom.allow_scripts_to_close_windows</string>
<string id="dom_disable_window_flip">browser.dom.disable_window_flip</string>
<string id="dom_disable_window_move_resize">dom.disable_window_move_resize</string>
<string id="dom_event_contextmenu_enabled">dom.event.contextmenu.enabled</string>
<string id="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl">dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl</string>
<string id="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl">dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl</string>
+ <string id="extensions_blocklist_enabled">extensions.blocklist.enabled</string>
+ <string id="geo_enabled">geo.enabled</string>
<string id="extensions_getAddons_showPane">extensions.getAddons.showPane</string>
+ <string id="intl_accept_languages">intl.accept_languages</string>
+ <string id="media_eme_enabled">media.eme.enabled</string>
<string id="media_gmp-gmpopenh264_enabled">media.gmp-gmpopenh264.enabled</string>
<string id="media_gmp-widevinecdm_enabled">media.gmp-widevinecdm.enabled</string>
<string id="network_dns_disableIPv6">network.dns.disableIPv6</string>
<string id="network_IDN_show_punycode">network.IDN_show_punycode</string>
<string id="places_history_enabled">places.history.enabled</string>
+ <string id="print_save_print_settings">print.save_print_settings</string>
<string id="security_default_personal_cert">security.default_personal_cert</string>
<string id="security_ssl_errorReporting_enabled">security.ssl.errorReporting.enabled</string>
+ <string id="security_mixed_content_block_active_content">security.mixed_content.block_active_content</string>
<string id="ui_key_menuAccessKeyFocuses">ui.key.menuAccessKeyFocuses</string>
</stringTable>
<presentationTable>
<checkBox refId="Authentication_AllowNonFQDN_NTLM">Consenti sempre NTLM su nomi di dominio non completamente qualificati</checkBox>
<checkBox refId="Authentication_AllowNonFQDN_SPNEGO">Consenti sempre SPNEGO su nomi di dominio non completamente qualificati</checkBox>
</presentation>
+ <presentation id="Authentication_AllowProxies">
+ <checkBox refId="Authentication_AllowProxies_NTLM">Allow NTLM to automatically authenticate with proxy servers</checkBox>
+ <checkBox refId="Authentication_AllowProxies_SPNEGO">Allow SPNEGO to automatically authenticate with proxy servers</checkBox>
+ </presentation>
<presentation id="Certificates_Install">
<listBox refId="Certificates_Install"/>
</presentation>
<label/>
</textBox>
</presentation>
+ <presentation id="Preferences_accessibility_force_disabled">
+ <dropdownList refId="Preferences_accessibility_force_disabled"/>
+ </presentation>
<presentation id="Preferences_security_default_personal_cert">
<dropdownList refId="Preferences_security_default_personal_cert"/>
</presentation>