From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:42:12 +0000 (-0500) Subject: Merge branch 'master' into intune X-Git-Tag: v1.17~8^2~5 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/cbf8658aa7fce2da28a638b6dfba5c9f0841dce1?hp=2a326a7731d414b073367cd093976c9ec481b960 Merge branch 'master' into intune --- diff --git a/README.md b/README.md index 8dc8242..4810f5c 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ Policies can be specified using the Group Policy templates on Windows (https://g | Policy Name | Description | --- | --- | -| **[`AppUpdateURL`](#AppUpdateURL)** | Change the URL for application update. -| **[`Authentication`](#Authentication)** | Configure sites that support integrated authentication. +| **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update. +| **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update. +| **[`Authentication`](#authentication)** | Configure sites that support integrated authentication. | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons). | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config. | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles). @@ -22,6 +23,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality. | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates. | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer. +| **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only). | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools. | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites. | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots. @@ -31,6 +33,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar. | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI. | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing. +| **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins. | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window. | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser. @@ -38,7 +41,8 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update. | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar. -| **[`DisplayMenuBar`](#displaymenubar)** | Set the initial state of the menubar. +| **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar. +| **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar. | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS. | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup. | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory. @@ -82,8 +86,42 @@ Policies can be specified using the Group Policy templates on Windows (https://g | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS. | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS. | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information. +| **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user. | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited. +### AppAutoUpdate + +Enable or disable **automatic** application update. + +If set to true, application updates are installed without user approval. + +If set to false, application updates are downloaded but the user can choose when to install the update. + +If you have disabled updates via DisableAppUpdate, this policy has no effect. + +**Compatibility:** Firefox 75, Firefox ESR 68.7\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** app.update.auto + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0 +``` +#### macOS +``` + + AppAutoUpdate + | + +``` +#### policies.json +``` +{ + "policies": { + "AppAutoUpdate": true | false + } +} +``` ### AppUpdateURL Change the URL for application update. @@ -625,7 +663,7 @@ Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0 "Allow": ["http://example.org/"], "Block": ["http://example.edu/"], "Default": true | false, - "AcceptThirdParty": "always" | "never" | "from-visited"], + "AcceptThirdParty": "always" | "never" | "from-visited", "ExpireAtSessionEnd": true | false, "RejectTracker": true | false, "Locked": true | false @@ -740,6 +778,26 @@ Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0 } } ``` +### DisableDefaultBrowserAgent +Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent. + +**Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0 +``` + +#### policies.json +``` +{ + "policies": { + "DisableDefaultBrowserAgent": true | false + } +} +``` ### DisableDeveloperTools Remove access to all developer tools. @@ -849,7 +907,7 @@ Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0 Disable Firefox studies (Shield). **Compatibility:** Firefox 60, Firefox ESR 60\ -**CCK2 Equivalent:** `disableForget`\ +**CCK2 Equivalent:** N/A\ **Preferences Affected:** N/A #### Windows (GPO) @@ -1200,7 +1258,7 @@ Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0 } } ``` -### DisplayMenuBar +### DisplayMenuBar (Deprecated) Set the initial state of the menubar. A user can still hide it and it will stay hidden. **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\ @@ -1226,6 +1284,40 @@ Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0 } } ``` +### DisplayMenuBar +Set the state of the menubar. + +`always` means the menubar is shown and cannot be hidden. + +`never` means the menubar is hidden and cannot be shown. + +`default-on` means the menubar is on by default but can be hidden. + +`default-off` means the menubar is off by default but can be shown. + +**Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\ +**CCK2 Equivalent:** `displayMenuBar`\ +**Preferences Affected:** N/A + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off" +``` +#### macOS +``` + + DisplayMenuBar + always | never | default-on | default-off + +``` +#### policies.json +``` +{ + "policies": { + "DisplayMenuBar": "always", "never", "default-on", "default-off" + } +} +``` ### DNSOverHTTPS Configure DNS over HTTPS. @@ -1235,7 +1327,9 @@ Configure DNS over HTTPS. `Locked` prevents the user from changing DNS over HTTPS preferences. -**Compatibility:** Firefox 63, Firefox ESR 68\ +`ExcludedDomains` excludes domains from DNS over HTTPS. + +**Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** `network.trr.mode`,`network.trr.uri` @@ -1244,6 +1338,7 @@ Configure DNS over HTTPS. Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER" Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com" ``` #### macOS ``` @@ -1256,6 +1351,10 @@ Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0 URL_TO_ALTERNATE_PROVIDER Locked | + ExcludedDomains + + example.com + ``` @@ -1266,7 +1365,8 @@ Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0 "DNSOverHTTPS": { "Enabled": true | false, "ProviderURL": "URL_TO_ALTERNATE_PROVIDER", - "Locked": true | false + "Locked": true | false, + "ExcludedDomains": ["example.com"] } } } @@ -1378,8 +1478,10 @@ If `Cryptomining` is set to true, cryptomining scripts on websites are blocked. If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked. -**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2)\ -**CCK2 Equivalent:** `dontCheckDefaultBrowser`\ +`Exceptions` are origins for which tracking protection is not enabled. + +**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\ +**CCK2 Equivalent:** N/A\ **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled` #### Windows (GPO) @@ -1388,6 +1490,7 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com" ``` #### macOS ``` @@ -1396,12 +1499,16 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 Value | - + | - + | - + | + Exceptions + + https://example.com + ``` @@ -1413,7 +1520,8 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 "Value": [true, false], "Locked": [true, false], "Cryptomining": [true, false], - "Fingerprinting": [true, false] + "Fingerprinting": [true, false], + "Exceptions": ["https://example.com"] } } ``` @@ -1516,7 +1624,8 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = "*": { "blocked_install_message": "Custom error message.", "install_sources": ["https://addons.mozilla.org/"], - "installation_mode": "blocked" + "installation_mode": "blocked", + "allowed_types": ["extension"] }, "uBlock0@raymondhill.net": { "installation_mode": "force_installed", @@ -1539,6 +1648,10 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = installation_mode blocked + allowed_types + + extension + uBlock0@raymondhill.net @@ -1558,7 +1671,8 @@ Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) = "*": { "blocked_install_message": "Custom error message.", "install_sources": ["https://addons.mozilla.org/"], - "installation_mode": "blocked" + "installation_mode": "blocked", + "allowed_types": ["extension"] }, "uBlock0@raymondhill.net": { "installation_mode": "force_installed", @@ -2091,7 +2205,7 @@ Remove access to the password manager via preferences and blocks about:logins on **Compatibility:** Firefox 70, Firefox ESR 60.2\ **CCK2 Equivalent:** N/A\ -**Preferences Affected:** `prefs.privacy.disable_button.view_passwords` +**Preferences Affected:** `pref.privacy.disable_button.view_passwords` #### Windows (GPO) ``` @@ -2113,7 +2227,7 @@ Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0 } ``` ### Permissions -Set permissions associated with camera, microphone, location, and notifications +Set permissions associated with camera, microphone, location, notifications, and autoplay. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below. `Allow` is a list of origins where the feature is allowed. @@ -2123,13 +2237,14 @@ Set permissions associated with camera, microphone, location, and notifications `Locked` prevents the user from changing preferences for the feature. -**Compatibility:** Firefox 62, Firefox ESR 60.2\ +**Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification` #### Windows (GPO) ``` Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org" +Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234" Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu" Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0 @@ -2145,6 +2260,8 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://e Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu" Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org" +Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu" ``` #### macOS ``` @@ -2156,6 +2273,7 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0 Allow https://example.org + https://example.org:1234 Block @@ -2211,6 +2329,17 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0 Locked + Autoplay + + Allow + + https://example.org + + Block + + https://example.edu + + ``` @@ -2220,7 +2349,7 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0 "policies": { "Permissions": { "Camera": { - "Allow": ["https://example.org"], + "Allow": ["https://example.org","https://example.org:1234"], "Block": ["https://example.edu"], "BlockNewRequests": true | false, "Locked": true | false @@ -2242,6 +2371,10 @@ Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0 "Block": ["https://example.edu"], "BlockNewRequests": true | false, "Locked": true | false + }, + "Autoplay": { + "Allow": ["https://example.org"], + "Block": ["https://example.edu"] } } } @@ -2308,33 +2441,35 @@ Set and lock certain preferences. | --- | --- | --- | --- | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0 |     If set to 1, platform accessibility is disabled. -| app.update.auto | boolean | Firefox 68, Firefox ESR 68 | true +| app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true |     If false, Firefox doesn't automatically install update. | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false |     If true, bookmarks are exported on shutdown. | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A |     If set, the name of the file where bookmarks are exported and imported. -| browser.bookmarks.restore_default_bookmarks | string | Firefox 70, Firefox ESR 68.2 | N/A +| browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A |     If true, bookmarks are restored to their defaults. | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true |     If false, don't store cache on the hard drive. -| browser.cache.disk.parent_directory | string | Firefox 68, Firefox ESR 68 | Profile temporary directory -|     If set, changes the location of the disk cache. +| ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory +|     ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on. | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false |     If true, single words are sent to DNS, not directly to search. -| browser.places.importBookmarksHTML | string | Firefox 70, Firefox ESR 68.2 +| browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent +|     If set, a list of URLs to use as the default top sites on the new tab page. +| browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2 |     If true, bookmarks are always imported on startup. -| browser.safebrowsing.phishing.enabled | string | Firefox 70, Firefox ESR 68.2 | true +| browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, phishing protection is not enabled (Not recommended) -| browser.safebrowsing.malware.enabled | string | Firefox 70, Firefox ESR 68.2 | true -|     IF false, malware protection is not enabled (Not recommended) +| browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true +|     If false, malware protection is not enabled (Not recommended) | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true |     If false, updates for search engines are not checked. -| browser.slowStartup.notificationDisabled | string | Firefox 70, Firefox ESR 68.2 | false +| browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false |     If true, a notification isn't shown if startup is slow. | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true |     If false, there is no warning when the browser is closed. -| browser.taskbar.previews.enable | string | Firefox 70, Firefox ESR 68.2 (Windows only) | false +| browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false |     If true, tab previews are shown in the Windows taskbar. | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true |     If false, bookmarks aren't suggested when typing in the URL bar. @@ -2344,7 +2479,7 @@ Set and lock certain preferences. |     If false, open tabs aren't suggested when typing in the URL bar. | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false |     If true, don't show the privacy policy tab on first run. -| dom.allow_scripts_to_close_windows | string | Firefox 70, Firefox ESR 68.2 | false +| dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false |     If false, web page can close windows. | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true |     If false, web pages can focus and activate windows. @@ -2356,36 +2491,53 @@ Set and lock certain preferences. |     See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A |     See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66 -| extensions.blocklist.enabled | string | Firefox 70, Firefox ESR 68.2 | true +| dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true. +|     If false, XMLDocument.load is not available. +| dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true +|     If false, XMLDocument.async is not available. +| extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, the extensions blocklist is not used (Not recommended) | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A |     If false, the Recommendations tab is not displayed in the Add-ons Manager. -| geo.enabled | string | Firefox 70, Firefox ESR 68.2 | true +| extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true +|     If false, recommendations are not shown on the Extensions tab in the Add-ons Manager. +| geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, the geolocation API is disabled. | Language dependent | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2 |     If set, preferred language for web pages. -| media.eme.enabled | string | Firefox 70, Firefox ESR 68.2 | true +| media.eme.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, Encrypted Media Extensions are not enabled. | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true |     If false, the OpenH264 plugin is not downloaded. | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true |     If false, the Widevine plugin is not downloaded. +| media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true +|     If false, WebRTC is disabled +| media.peerconnection.ice.obfuscate_host_addresses.whitelist | string | Firefox 72, Firefox ESR 68.4 | N/A +|     If set, a list of domains for which mDNS hostname obfuscation is +disabled | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false |     If true, IPv6 DNS lokoups are disabled. | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false |     If true, display the punycode version of internationalized domain names. | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true |     If false, history is not enabled. -| print.save_print_settings | string | Firefox 70, Firefox ESR 68.2 | true +| print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, print settings are not saved between jobs. | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time |     If set to Select Automatically, Firefox automatically chooses the default personal certificate. -| security.mixed_content.block_active_content | string | Firefox 70, Firefox ESR 68.2 | true +| security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true |     If false, mixed active content (HTTP and HTTPS) is not blocked. +| security.osclientcerts.autoload | boolean | Firefox 72, Firefox ESR 68.4 (Windows only) | false +|     If true, client certificates are loaded from the operating system certificate store. | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true |     If false, SSL errors cannot be sent to Mozilla. +| security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true +|     If false, the TLS 1.3 downgrade check is disabled. | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true |     If false, the Alt key doesn't show the menubar on Windows. +| widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A +|     If set, overrides the GTK theme for widgets. #### Windows (GPO) ``` Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0 @@ -2418,7 +2570,7 @@ Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_v Ask where to save each file before downloading. **Compatibility:** Firefox 68, Firefox ESR 68\ -**CCK2 Equivalent:** N/A +**CCK2 Equivalent:** N/A\ **Preferences Affected:** `browser.download.useDownloadDir` #### Windows (GPO) @@ -2493,7 +2645,7 @@ Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0 Proxy Mode - none | system | manual | autoDetect| autoConfig + none | system | manual | autoDetect | autoConfig Locked | HTTPProxy @@ -2591,10 +2743,14 @@ or } } ``` + + ### SanitizeOnShutdown (Selective) Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data. -**Compatibility:** Firefox 68, Firefox ESR 68\ +Previously, these values were always locked. Starting with Firefox 74 and Firefox ESR 68.6, you can use the `Locked` option to either keep the values unlocked (set it to false), or lock only the values you set (set it to true). If you want the old behavior of locking everything, do not set `Locked` at all. + +**Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\ **CCK2 Equivalent:** N/A\ **Preferences Affected:** `privacy.sanitize.sanitizeOnShutdown`,`privacy.clearOnShutdown.cache`,`privacy.clearOnShutdown.cookies`,`privacy.clearOnShutdown.downloads`,`privacy.clearOnShutdown.formdata`,`privacy.clearOnShutdown.history`,`privacy.clearOnShutdown.sessions`,`privacy.clearOnShutdown.siteSettings`,`privacy.clearOnShutdown.offlineApps` #### Windows (GPO) @@ -2607,6 +2763,7 @@ Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0 ``` #### macOS ``` @@ -2629,6 +2786,8 @@ Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0 | OfflineApps | + Locked + | ``` @@ -2644,7 +2803,8 @@ Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0 "History": true | false, "Sessions": true | false, "SiteSettings": true | false, - "OfflineApps": true | false + "OfflineApps": true | false, + "Locked": true | false } } } @@ -2701,10 +2861,7 @@ Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate" } } ``` - - - - + ### SearchEngines (This policy is only available on the ESR.) @@ -3047,6 +3204,58 @@ Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S" } } ``` +### UserMessaging + +Prevent installing search engines from webpages. + +`WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only) + +`ExtensionRecommendations` Don't recommend extensions. + +`FeatureRecommendations` Don't recommend browser features. + +`UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only) + +**Compatibility:** Firefox 75, Firefox ESR 68.7\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features` + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0 +``` +#### macOS +``` + + UserMessaging + + WhatsNew + | + ExtensionRecommendations + | + FeatureRecommendations + | + UrlbarInterventions + | + + +``` +#### policies.json +``` +{ + "policies": { + "UserMessaging": { + "WhatsNew": true | false, + "ExtensionRecommendations": true | false, + "FeatureRecommendations": true | false, + "UrlbarInterventions": true | false + } + } +} +``` ### WebsiteFilter Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each. @@ -3056,8 +3265,8 @@ Block websites from being visited. The parameters take an array of Match Pattern #### Windows (GPO) ``` -Software\Policies\Mozilla\Firefox\WebsiteFilters\Block\1 = "" -Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example.org/*" +Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "" +Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*" ``` #### macOS ``` diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist index d9ddf5a..7d57042 100644 --- a/mac/org.mozilla.firefox.plist +++ b/mac/org.mozilla.firefox.plist @@ -3,7 +3,9 @@ EnterprisePoliciesEnabled - + + AppAutoUpdate + AppUpdateURL https://www.example.com/update.xml Authentication @@ -120,6 +122,10 @@ URL_TO_ALTERNATE_PROVIDER Locked + ExcludedDomains + + example.com + DisableAppUpdate @@ -180,6 +186,10 @@ Fingerprinting + Exceptions + + https://example.com + Extensions @@ -357,6 +367,17 @@ Locked + Autoplay + + Allow + + https://example.org + + Block + + https://example.edu + + PopupBlocking @@ -397,6 +418,17 @@ SearchBar separate + UserMessaging + + WhatsNew + + ExtensionRecommendations + + FeatureRecommendations + + UrlbarInterventions + + WebsiteFilter Block diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index e318f40..0e7533f 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 oder höher, Firefox 68 ESR oder höher Firefox 68.0.1 oder höher, Firefox 68.0.1 ESR oder höher Firefox 60 ESR oder höher + Firefox 68.5 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 72 oder höher, Firefox 68.4 ESR oder höher + Firefox 73 oder höher, Firefox 68.5 ESR oder höher + Firefox 74 oder höher, Firefox 68.6 ESR oder höher + Firefox 75 oder höher, Firefox 68.7 ESR oder höher + Firefox 75 oder höher + Firefox 76 oder höher, Firefox 68.8 ESR oder höher + Firefox 77 oder höher, Firefox 68.9 ESR oder höher Firefox Berechtigungen Kamera Mikrofon Standort Benachrichtigungen + Automatische Wiedergabe Authentifizierung Lesezeichen Zertifikate @@ -35,12 +44,19 @@ Startseite Suche Einstellungen + User Messaging Erlaubte Seiten Gesperrte Seiten + Automatisches Update + Wenn diese Richtlinieneinstellung aktiviert ist, wird Firefox automatisch ohne Zustimmung des Benutzers aktualisiert. + +Wenn diese Richtlinieneinstellung deaktiviert ist, werden Firefox-Updates heruntergeladen, aber der Benutzer kann wählen, wann das Update installiert werden soll. + +Wenn diese Richtlinieneinstellung nicht konfiguriert ist, kann der Benutzer wählen, ob Firefox automatisch aktualisiert wird oder nicht. Benutzerdefinierte Update-URL - Wenn diese Policy aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die eine andere ist, als die standardmäßige. Dies kann hilfreich sein, in dem Fall, wenn Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben. + Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine URL zu einem Update-Server setzen, die von der Standard-URL abweicht. Dies kann hilfreich sein, falls Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben. -Wenn diese Policy deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet. +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Standard-URL verwendet. SPNEGO Wenn Sie die Richtlinieneinstellung aktivieren, dürfen Webseiten die SPNEGO-Authentifizierung verwenden. Erlaubte Formate für die Einträge in der Liste sind mydomain.com oder https://myotherdomain.com. @@ -67,10 +83,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. + Änderungen an Authentifizierungseinstellungen verbieten + Wenn diese Gruppenrichtlinie deaktiviert ist, können Nutzer Änderungen an den Einstellungen zur Authentifizierung vornehmen. -If this policy is enabled or not configured, authentication preferences cannot be changed by the user. +Wenn diese Gruppenrichtlinieneinstellung aktiviert oder nicht konfiguriert ist, können Nutzer Einstellungen zur Authentifizierung nicht ändern. Zugriff auf Add-ons Manager verhindern Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer nicht auf den Add-on Manager oder about:addons zugreifen. @@ -111,10 +127,28 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird Wenn Sie die Richtlinieneinstellung aktivieren, können Sie das Standard Verzeichnis für Downloads definieren und sperren. ${home} kann für den nativen Profilpfad verwendet werden. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird das Standard Firefox Download Verzeichnis benutzt und der Benutzer kann dies ändern. - DNS Over HTTPS konfigurieren - Wenn Sie die Richtlinieneinstellung aktivieren, können die Standardeinstellungen für DNS over HTTPS geändert werden. + DNS über HTTPS + Aktiviert + Wenn diese Richtlinieneinstellung deaktiviert ist, ist DNS über HTTPS deaktiviert. + +Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, ist DNS über HTTPS aktiviert. + Provider URL + Wenn diese Richtlinieneinstellung aktiviert ist, wird die angegebene URL als Provider-URL verwendet. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird der Standardanbieter verwendet. + + Gesperrt + Wenn diese Richtlinieneinstellung aktiviert ist, können die DNS über HTTPS-Einstellungen vom Benutzer nicht geändert werden. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS Over HTTPS benutzt. +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können die DNS über HTTPS-Einstellungen vom Benutzer geändert werden. + Ausgeschlossene Domains + Wenn diese Richtlinieneinstellung aktiviert ist, werden die angegebenen Domains von DNS über HTTPS ausgeschlossen. + +Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, werden keine Domains vom DNS über HTTPS ausgeschlossen. + DNS über HTTPS konfigurieren (Moved) + Wenn Sie die Richtlinieneinstellung aktivieren, können die Standardeinstellungen für DNS über HTTPS geändert werden. + +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden von Mozilla Firefox die Standardeinstellungen zu DNS über HTTPS benutzt. Master-Passwort verwenden deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer kein Master-Passwort vergeben. @@ -127,6 +161,12 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde Wenn Sie die Richtlinieneinstellung aktivieren, werden PDF-Dateien nicht in Firefox angezeigt. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden PDF-Dateien in Firefox angezeigt. + Deaktivieren Sie den Standard-Browser-Agent. + Wenn diese Richtlinieneinstellung aktiviert ist, ist der Standard-Browser-Agent deaktiviert. + +Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, ist der Standard-Browser-Agent aktiviert. + +Weitere Informationen über den Standard-Browser-Agent finden Sie unter https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html Werkzeuge für Webentwickler deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, können die Werkzeuge für Webentwickler in Firefox nicht benutzt werden. @@ -157,10 +197,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. + Verbieten, dass Nutzer Passwörter in Gespeicherte Zugangsdaten anzeigen können + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, können Nutzer Gespeicherte Zugangsdaten nicht anzeigen lassen. -If this policy is disabled or not configured, users can show passwords in saved logins. +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können Nutzer Gespeicherte Zugangsdaten anzeigen lassen. Pocket für Firefox deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, steht Pocket nicht zur Verfügung. @@ -203,10 +243,18 @@ Mozilla empfiehlt, die Telemetrie nicht zu deaktivieren. Durch Telemetrie gesamm Wenn Sie die Richtlinieneinstellung aktivieren, wird die Lesezeichenleiste standardmäßig in der Menüleiste angezeigt, der Benutzer kann diese wieder ausblenden. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Lesezeichenleiste nicht in der Menüleiste angzeigt. - Menüleiste anzeigen + Menüleiste anzeigen (Veraltet) Wenn Sie die Richtlinieneinstellung aktivieren, wird die Menüleiste standardmäßig angezeigt, der Benutzer kann diese wieder ausblenden. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Menüleiste standrdmäßig nicht angezeigt. + Menüleiste anzeigen + Wenn diese Richtlinieneinstellung aktiviert ist, können Sie wählen, ob die Menüleiste angezeigt wird oder nicht und ob der Benutzer die Menüleiste ein- und ausblenden kann oder nicht. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Menüleiste standardmäßig nicht angezeigt. + Immer + Niemals + Standardmäßig eingeschaltet + Standardmäßig ausgeschaltet Firefox Standardbrowser Überprüfung deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, überprüft Firefox nicht beim Starten ob er als Standardbrowser gesetzt ist. @@ -229,12 +277,12 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde Wenn Sie die Richtlinieneinstellung deaktivieren, werden Add-ons nicht automatisch aktualisiert. Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, werden Add-ons automatisch aktualisiert. - Extension Management - If this policy is enabled, you can use JSON to describe the extension management policy. + Erweiterungen mit JSON verwalten + Wenn diese Richtlinieneinstellung aktiviert ist, werden die Einstellungen zu Erweiterungen mit einer JSON Datei verwaltet. -If this policy is disabled or not configured, extensions will not be managed. +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Erweiterungen nicht mit einer Richtlinie verwaltet. -For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings. +Für detalierte Informationen bitte die Dokumentation (in Englischer Sprache) lesen: https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings. Hardware-Beschleunigung Wenn Sie die Richtlinieneinstellung deaktivieren, wird die Hardware-Beschleunigung deaktiviert. @@ -368,6 +416,12 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann Wenn diese Richtlinieneinstellung aktiviert ist, können die Einstellungen zu Benachrichtigungen nicht vom Anwender geändert werden. Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können Nutzer seine Einstellungen zu Benachrichtigungen ändern. + Wenn diese Richtlinieneinstellung aktiviert ist, ist die Automatische Wiedergabe von Medien für die angegebenen Quellen immer aktiviert. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Standardeinstellung zur Automatischen Wiedergabe von Medien befolgt. + Wenn diese Richtlinieneinstellung aktiviert ist, ist die Automatische Wiedergabe für die genannten Quellen immer deaktiviert. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert, wird die Standardeinstellung zur Automatischen Wiedergabe von Medien befolgt. Firefox Home anpassen Wenn diese Richtlinieneinstellung aktiviert ist, können die Sektionen festgelegt werden, die der Anwender sieht und der Anwender kann diese nicht mehr anpassen. @@ -400,6 +454,44 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren wird e Wenn Sie die Richtlinieneinstellung aktivieren, werden alle Daten der Chronik gelöscht, wenn Firefox geschlossen wird. Dies beinhaltet Browsing & Download Verlauf, Cookies, Aktive Logins, Cache, Form & Suchverlauf, Website-Einstellungen und Offline-Website-Daten. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die keine Daten der Chronik gelöscht. + Browserdaten löschen, wenn der Browser geschlossen wird + + Cache + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, wird der Cache gelöscht, wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird der Cache nicht gelöscht wenn der Browser geschlossen wird. + Cookies + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Cookies gelöscht, wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden die Cookies nicht gelöscht wenn der Browser geschlossen wird. + Download Historie + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, wird die Download Historie gelöscht, wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Download Historie nicht gelöscht, wenn der Browser geschlossen wird. + Eingegebene Suchbegriffe und Formulardaten + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden eingegebene Suchbegriffe und Formulardaten gelöscht, wenn der Browser geschlossen wird. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden eingegebene Suchbegriffe und Formulardaten nicht gelöscht, wenn der Browser geschlossen wird. + Chronik + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, wird die Chronik gelöscht wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird die Chronik nicht gelöscht wenn der Browser geschlossen wird. + Gespeicherte Logins + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden gespeicherte Logins gelöscht nachdem der Browser geschlossen wurde. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden gespeicherte Logins nicht gelöscht nachdem der Browser geschlossen wurde. + Website-Einstellungen + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Website-Einstellungen nicht gelöscht, wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Website-Einstellungen nicht gelöscht nachdem der Browser geschlossen wurde. + Offline Website Daten + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Offline Website-Daten gelöscht wenn der Browser geschlossen wird. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Offline Website-Daten nicht gelöscht wenn der Browser geschlossen wird. + Locked + Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert sind, können alle Einstellungen vom Nutzer geändert werden. + +Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, können Einstellungen vom Nutzer nicht geändert werden. Gesperrte Webseites Wenn Sie die Richtlinieneinstellung aktivieren, können Sie die Übereinstimmungsmuster für zu blockierende Webseiten angeben. Die Übereinstimmungsmuster sind unter https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns dokumentiert. Derzeit werden nur http / https-Zugriffe unterstützt. Es gibt eine Beschränkung von 1000 Einträgen. @@ -518,6 +610,29 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werde Wenn Sie die Richtlinieneinstellung deaktivieren, ist der Aktivitäten-Verfolgungsschutz sowohl im Browser als auch im privaten Browser deaktiviert und gesperrt. Wenn Sie die Richtlinieneinstellung aktivieren, privates Surfen ist sowohl im Browser als auch im privaten Browser standardmäßig aktiviert, und Sie können festlegen, ob der Benutzer die Änderung ändern soll oder nicht + Tracking Protection + Aktiviert + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, ist der Schutz vor Aktivitätenverfolgung aktiviert. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert ist, ist der Schutz vor Aktivitätenverfolgung deaktiviert und kann nicht vom Nutzer aktiviert werden. + +Wenn diese Gruppenrichtlinieneinstellung nicht konfiguriert ist, sind die Standardeinstellungen zum Schutz vor Aktivitätenverfolgung aktiviert und der Nutzer kann die Einstellungen ändern. + Cryptomining + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Cryptomining-Skripte blockiert. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Cryptomining-Skripte nicht blockiert. + Fingerprinting + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, werden Fingerprinting-Skripte blockiert. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden Fingerprinting-Skripte nicht blockiert. + Ausnahmen + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, können Ausnahmen-Seiten definiert werden, bei denen der Schutz vor Aktivitätenverfolgung deaktiviert ist. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, gelten die gesetzten Einstellungen für alle Webseiten. + Änderungen an den Einstellungen zum Schutz vor Aktivitätenverfolgung verbieten + Wenn diese Gruppenrichtlinieneinstellung aktiviert ist, können Nutzer keine Änderungen an den Einstellungen zum Schutz vor Aktivitätenverfolgung vornehmen. + +Wenn diese Gruppenrichtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann der Nutzer Änderungen an den Einstellungen vornehmen. Requested locale Requested locale (string) If this policy is enabled, you can specify a list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active. @@ -577,6 +692,22 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwe 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. + Neue Funktionen und Änderungen + Wenn diese Richtlinieneinstellung deaktiviert ist, werden das Symbol und der Menüpunkt "Neue Funktionen und Änderungen" nicht angezeigt. + +Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden das Symbol und der Menüpunkt "Neue Funktionen und Änderungen" angezeigt. + Empfehlungen zur Erweiterung + Wenn diese Richtlinieneinstellung deaktiviert ist, werden Erweiterungen nicht empfohlen, wenn der Benutzer Webseiten besucht. + +Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Erweiterungen empfohlen, wenn der Benutzer Webseiten besucht. + Feature-Empfehlungen + Wenn diese Richtlinieneinstellung deaktiviert ist, werden die Funktionen von Firefox nicht empfohlen, wenn der Benutzer Firefox verwendet. + +Wenn diese Richtlinie aktiviert oder nicht konfiguriert ist, werden Firefox-Funktionen empfohlen, wenn der Benutzer Firefox verwendet. + Urlbar Interventions + If this policy is disabled, actions will not be recommended based on what the user types in the URL bar. + +If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar. 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: @@ -623,6 +754,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E dom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -638,6 +771,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E security.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -683,6 +823,11 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E Änderungen am Schutz vor Aktivitäten Verfolgung nicht erlauben Block cryptomining scripts. Block fingerprinting scripts. + Exceptions: + + + + @@ -850,6 +995,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E + + + + + + + + + + diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 8cafcfa..ab98ec6 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 or later, Firefox 68 ESR or later Firefox 68.0.1 or later, Firefox 68.0.1 ESR or later Firefox 60 ESR or later + Firefox 68.5 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 72 or later, Firefox 68.4 ESR or later + Firefox 73 or later, Firefox 68.5 ESR or later + Firefox 74 or later, Firefox 68.6 ESR or later + Firefox 75 or later, Firefox 68.7 ESR or later + Firefox 75 or later + Firefox 76 or later, Firefox 68.8 ESR or later + Firefox 77 or later, Firefox 68.9 ESR or later Firefox Permissions Camera Microphone Location Notifications + Autoplay Authentication Bookmarks Certificates @@ -35,8 +44,15 @@ Home page Search Preferences + User Messaging Allowed Sites Blocked Sites + Application Autoupdate + If this policy is enabled, Firefox is automatically updated without user approval. + +If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update. + +If this policy is not configured, the user can choose whether not Firefox is automatically updated. Custom Update URL If this policy is enabled, you can set a URL to an update server other than the default. This could be helpful if you run your own update server on your network. @@ -111,7 +127,25 @@ If this policy is disabled or not configured, the default Firefox download direc If this policy is enabled, you can set and lock the directory for downloads. ${home} can be used for the native home path. If this policy is disabled or not configured, the default Firefox download directory is used and the user can change it. - Configure DNS Over HTTPS + DNS Over HTTPS + Enabled + If this policy is disabled, DNS over HTTPS is disabled. + +If this policy is enabled or not configured, DNS Over HTTPS is enabled. + Provider URL + If this policy is enabled, the URL specified is used as the provider URL. + +If this policy is disabled or not configured, the default provider is used. + + Locked + If this policy is enabled, DNS over HTTPS settings cannot be changed by the user. + +If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user. + Excluded Domains + If this policy is enabled, the specified domains are excluded from DNS over HTTPS. + +If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS. + Configure DNS Over HTTPS (Moved) If this policy is enabled, the default configuration for DNS over HTTPS can be changed. If this policy is disabled or not configured, DNS Over HTTPS uses the default Firefox configuration. @@ -127,6 +161,12 @@ If this policy is disabled or not configured, the browser receives updates.If this policy is enabled, PDF files are not viewed within Firefox. If this policy is disabled or not configured, PDF files are viewed within Firefox. + Disable the default browser agent. + If this policy is enabled, the default browser agent is disabled. + +If this policy is disabled or not configured, the default browser agent is enabled. + +For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html Disable Developer Tools If this policy is enabled, web developer tools are not available within Firefox. @@ -203,10 +243,18 @@ Mozilla recommends that you do not disable telemetry. Information collected thro If this policy is enabled, the bookmarks toolbar is displayed by default. The user can still hide it. If this policy is disabled or not configured, the bookmarks toolbar is not displayed by default. - Display Menu Bar + Display Menu Bar (Deprecated) If this policy is enabled, the menu bar is displayed by default. The user can still hide it. If this policy is disabled or not configured, the menu bar is not displayed by default. + Display Menu Bar + If this policy is enabled, you can choose whether or not the menu bar is displayed and whether or not the user can show and hide the menu bar. + +If this policy is disabled or not configured, the menu bar is not displayed by default. + Always + Never + On by default + Off by default Don't Check Default Browser If this policy is enabled, Firefox does not check to see if it is the default browser at startup. @@ -368,6 +416,12 @@ If this policy is disabled or not configured, any site that is not in the Block If this policy is enabled, notification preferences cannot be changed by the user. If this policy is disabled or not configured, the user can change their notification preferences. + If this policy is enabled, autoplay is always enabled for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. + If this policy is enabled, autoplay is always blocked for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. Customize Firefox Home If this policy is enabled, you can choose the sections displayed on Firefox Home and prevent the user from changing them. @@ -396,10 +450,50 @@ If this policy is disabled or not configured, the first run page is displayed.If this policy is enabled, you can specify a URL to be displayed after Firefox is updated. If you leave the URL blank, no upgrade page will be shown. If this policy is disabled or not configured, the upgrade is displayed. - Clear data when browser is closed + Clear data when browser is closed (Moved) If this policy is enabled, you can choose data to be cleared when Firefox is closed. If this policy is disabled or not configured, data is not cleared when the browser is closed. + Clear data when browser is closed + + Cache + If the policy is enabled, the cache is cleared when the browser is closed. + +If this policy is disabled or not configured, the cache is not cleared when the browser is closed. + Cookies + If the policy is enabled, cookies are cleared when the browser is closed. + +If this policy is disabled or not configured, cookies are not cleared when the browser is closed. + Download History + If the policy is enabled, download history is cleared when the browser is closed. + +If this policy is disabled or not configured, download history is not cleared when the browser is closed. + Form & Search History + If the policy is enabled, form data is cleared when the browser is closed. + +If this policy is disabled or not configured, form data is not cleared when the browser is closed. + Browsing History + If the policy is enabled, browsing history is cleared when the browser is closed. + +If this policy is disabled or not configured, browsing history is not cleared when the browser is closed. + Active Logins + If the policy is enabled, sessions cleared when the browser is closed. + +If this policy is disabled or not configured, sessions not cleared when the browser is closed. + Site Preferences + If the policy is enabled, site preferences are cleared when the browser is closed. + +If this policy is disabled or not configured, site preferences are not cleared when the browser is closed. + Offline Website Data + If the policy is enabled, offline application storage is cleared when the browser is closed. + +If this policy is disabled or not configured, offline application storage is not cleared when the browser is closed. + Locked + If this policy is disabled, all shutdown preferences can be changed by the user. + +If this policy is enabled, any shutdown preferences explicitly set via policy cannot be changed by the user. + +If this policy is not configured, no shutdown preferences can be changed by the user (previous behavior). Blocked websites If this policy is enabled, you can specify match patterns that indicate sites to be blocked. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. There is a 1000 entry limit. @@ -512,12 +606,35 @@ If this policy is disabled or not configured, the default network settings are u Manual proxy configuration Auto-detect proxy settings Automatic proxy configuration - Tracking Protection + Tracking Protection (Moved) If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it. If this policy is disabled, tracking protection is disabled and locked in both the browser and private browsing. If this policy is enabled, private browsing is enabled by default in both the browser and private browsing and you can choose whether or not to prevent the user from changing it. + Tracking Protection + Enabled + If this policy is enabled, tracking protection is enabled. + +If this policy is disabled, tracking protection is disabled and cannot be changed by the user. + +If this policy is not configured, standard tracking protection is used and the user can change it. + Cryptomining + If this policy is enabled, scripts that use cryptomining are blocked. + +If this policy is disabled or not configured, scripts that use cryptomining are not blocked. + Fingerprinting + If this policy is enabled, scripts that use fingerprinting are blocked. + +If this policy is disabled or not configured, scripts that use fingerprinting are not blocked. + Exceptions + If this policy is enabled, you can specify origins where tracking protection is not enabled. + +If this policy is disabled or not configured, tracking protection is enabled for all websites. + Do not allow tracking protection preferences to be changed + If this policy is enabled, tracking protection preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change tracking protection preferences. Requested locale Requested locale (string) If this policy is enabled, you can specify a list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active. @@ -577,6 +694,22 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T 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. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + If this policy is disabled, actions will not be recommended based on what the user types in the URL bar. + +If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar. 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: @@ -622,6 +755,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.dom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -637,6 +772,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.security.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -682,6 +824,11 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.Don't allow tracking protection preferences to be changed. Block cryptomining scripts. Block fingerprinting scripts. + Exceptions: + + + + @@ -849,6 +996,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences. + + + + + + + + + + diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml index cfb0ec5..c450a0f 100644 --- a/windows/es-ES/firefox.adml +++ b/windows/es-ES/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 o posterior, Firefox 68 ESR o posterior Firefox 68.0.1 o posterior, Firefox 68.0.1 ESR o posterior Firefox 60 ESR o posterior + Firefox 68.5 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 72 o posterior, Firefox 68.4 ESR o posterior + Firefox 73 o posterior, Firefox 68.5 ESR o posterior + Firefox 74 o posterior, Firefox 68.6 ESR o posterior + Firefox 75 o posterior, Firefox 68.7 ESR o posterior + Firefox 75 o posterior + Firefox 76 o posterior, Firefox 68.8 ESR o posterior + Firefox 77 o posterior, Firefox 68.9 ESR o posterior Firefox Permisos - Camera + Cámara Micrófono Ubicación Notificaciones + Reproducción automática Autenticación Marcadores Certificados @@ -35,10 +44,17 @@ Página de inicio Búsqueda Preferencias + User Messaging Sitios permitidos Sitios bloqueados + Application Autoupdate + If this policy is enabled, Firefox is automatically updated without user approval. + +If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update. + +If this policy is not configured, the user can choose whether not Firefox is automatically updated. URL de actualización personalizada - Si esta política está habilitada, podrá establecer una URL para un servidor de actualización que no sea el predeterminado. Esto podría ser útil si ejecuta su propio servidor de actualización en su red. + Si esta política está habilitada, podrá establecer una URL para un servidor de actualización que no sea el predeterminado. Esto podría ser útil si ejecuta tu propio servidor de actualización en tu red. Si esta política está deshabilitada o no está configurada, se utilizará la URL de actualización predeterminada. SPNEGO @@ -60,17 +76,17 @@ Si esta política está deshabilitada o no está configurada, no se confía en q Para más información, visite https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication. Permitir que no sean FQDN - 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á habilitada (y las casillas de verificación están marcadas), 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. Permitir proxies - Si está deshabilitado, SPNEGO y NTLM no se autenticarán con servidores proxy. + Si esta política está deshabilitada, 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. + No permitir que se cambien las preferencias de autenticación + Si esta política está deshabilitada, el usuario podrá cambiar las preferencias de autenticación. -If this policy is enabled or not configured, authentication preferences cannot be changed by the user. +Si esta política está habilitada o no está configurada, el usuario no podrá cambiar las preferencias de autenticación. Bloquear el administrador de complementos Si esta política está habilitada, el usuario no podrá acceder al administrador de complementos o en about:addons. @@ -111,7 +127,25 @@ Si esta política está deshabilitada o no está configurada, se utilizará el d Si esta política está habilitada, podrá configurar y bloquear el directorio para las descargas. ${home} se puede utilizar para la ruta de inicio nativa. Si esta política está deshabilitada o no está configurada, se utilizará el directorio de descarga predeterminado de Firefox y el usuario puede cambiarlo. - Configurar DNS mediante HTTPS + DNS Over HTTPS + Enabled + If this policy is disabled, DNS over HTTPS is disabled. + +If this policy is enabled or not configured, DNS Over HTTPS is enabled. + Provider URL + If this policy is enabled, the URL specified is used as the provider URL. + +If this policy is disabled or not configured, the default provider is used. + + Locked + If this policy is enabled, DNS over HTTPS settings cannot be changed by the user. + +If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user. + Excluded Domains + If this policy is enabled, the specified domains are excluded from DNS over HTTPS. + +If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS. + Configurar DNS mediante HTTPS (Moved) Si esta política está habilitada, se podrá cambiar la configuración predeterminada de DNS mediante HTTPS. Si esta política está deshabilitada o no está configurada, DNS mediante HTTPS usa la configuración predeterminada de Firefox. @@ -127,6 +161,12 @@ Si esta política está deshabilitada o no está configurada, el navegador recib Si esta política está habilitada, los archivos PDF no se visualizan dentro de Firefox. Si esta política está deshabilitada o no está configurada, los archivos PDF se visualizan dentro de Firefox. + Disable the default browser agent. + If this policy is enabled, the default browser agent is disabled. + +If this policy is disabled or not configured, the default browser agent is enabled. + +For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html Deshabilitar herramientas para desarrolladores Si esta política está habilitada, las herramientas para desarrolladores web no están disponibles dentro de Firefox. @@ -157,10 +197,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. + No permitir que se revelen las contraseñas en los inicios de sesión guardados + Si esta política está habilitada, los usuarios no podrán ver las contraseñas en los inicios de sesión guardados. -If this policy is disabled or not configured, users can show passwords in saved logins. +Si esta política está deshabilitada o no está configurada, los usuarios podrán ver las contraseñas en los inicios de sesión guardados. Deshabilitadar Pocket Si esta política está habilitada, Pocket no está disponible. @@ -202,11 +242,19 @@ Mozilla recomienda que no deshabilite la telemetría. La información recopilada Mostrar barra de herramientas de marcadores Si esta política está habilitada, la barra de herramientas de marcadores se mostrará de manera predeterminada. El usuario aún podrá ocultarlo. -Si esta política está deshabilitada o no está configurada, la barra de herramientas de marcadores no se mostrará de manera predeterminada. - Mostrar barra de menú - Si esta política está habilitada, la barra de menú se mostrará de manera predeterminada. El usuario aún puede ocultarlo. +Si esta política está deshabilitada o no está configurada, la barra de herramientas de marcadores no se mostrará de forma predeterminada. + Mostrar barra de menú (obsoleto) + Si esta política está habilitada, la barra de menú se mostrará de forma predeterminada. El usuario aún puede ocultarlo. + +Si esta política está deshabilitada o no está configurada, la barra de menú no se mostrará de forma predeterminada. + Mostrar barra de menú + Si esta política está habilitada, podrá elegir si se muestra o no la barra de menú, y si el usuario podrá mostrar u ocultar la barra de menú. -Si esta política está deshabilitada o no está configurada, la barra de menú no se mostrará de manera predeterminada. +Si esta política está deshabilitada o no está configurada, la barra de menú no se muestrará de forma predeterminada. + Siempre + Nunca + Encendido de forma predeterminada + Apagado de forma predeterminada No verificar el navegador predeterminado Si esta política está habilitada, Firefox no comprobará si es el navegador predeterminado al inicio. @@ -259,12 +307,12 @@ Si esta política está habilitada o no está configurada, la página de la pest Si esta política está habilitada o no está configurada, Firefox ofrecerá guardar los inicios de sesión y las contraseñas de sitios web. Si esta política está deshabilitada, Firefox no ofrecerá guardar los inicios de sesión y las contraseñas de sitios web. - Sugerir guardar inicios de sesión (default) + Sugerir guardar inicios de sesión (predeterminado) Si esta política está habilitada o no está configurada, Firefox ofrecerá guardar los inicios de sesión y las contraseñas de sitios web. Si esta política está deshabilitada, Firefox no ofrecerá guardar los inicios de sesión y las contraseñas de sitios web. -In either case, the user will be able to change the value (it is not locked). +En cualquier caso, el usuario podrá cambiar el valor (no está bloqueado). Si esta política está habilitada, las ventanas emergentes siempre estarán permitidas para los orígenes indicados. Si se especifica un dominio de nivel superior (http://ejemplo.org), también se permitirán ventanas emergentes para todos los subdominios. Si esta política está deshabilitada o no está configurada, se seguirá la política de ventanas emergentes predeterminada. @@ -275,7 +323,7 @@ Si esta política no está configurada o habilitada, las ventanas emergentes no No permita que se cambien las preferencias Si esta política está habilitada, el usuario no podrá cambiar las preferencias de ventanas emergentes. -Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar sus preferencias de ventanas emergentes. +Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar tus preferencias de ventanas emergentes. Si esta política está habilitada, los complementos siempre estarán permitidos para los orígenes indicados a menos que la instalación de complementos esté deshabilitada. Si se especifica un dominio de nivel superior (http://ejemplo.org), también se permiten complementos para todos los subdominios. Si esta política está deshabilitada o no está configurada, se seguirá la política de complementos predeterminada. @@ -311,7 +359,7 @@ Esta configuración se ignora si esta política está deshabilitada o no está c No permitir que se cambien las preferencias Si esta política está habilitada, el usuario no podrá cambiar las preferencias de cookies. -Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar sus preferencias de cookies. +Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar tus preferencias de cookies. Si esta política está habilitada, el acceso a la cámara siempre estará permitido para los orígenes indicados. Si esta política está deshabilitada o no está configurada, se seguirá la política de cámara predeterminada. @@ -368,6 +416,12 @@ Si esta política está deshabilitada o no está configurada, cualquier sitio qu Si esta política está habilitada, el usuario no puede cambiar las preferencias de notificaciones. Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar sus preferencias de notificaciones. + Si esta política está habilitada, la reproducción automática siempre estará habilitada para los orígenes indicados. + +Si esta política está deshabilitada o no está configurada, se seguirá la política predeterminada de reproducción automática. + Si esta política está habilitada, la reproducción automática siempre se bloqueará para los orígenes indicados. + +Si esta política está deshabilitada o no está configurada, se seguirá la política predeterminada de reproducción automática. Personalizar inicio de Firefox Si esta política está habilitada, podrá elegir las secciones que se muestran en la página de inicio de Firefox e impedir que el usuario las cambie. @@ -399,9 +453,49 @@ Si esta política está deshabilitada o no está configurada, se mostrará la ac Borrar datos cuando el navegador esté cerrado Si esta política está habilitada, podrá elegir que los datos se borren cuando Firefox esté cerrado. -Si esta política está deshabilitada o no está configurada, los datos no se borrarán cuando se cierra el navegador. +Si esta política está deshabilitada o no está configurada, los datos no se borrarán cuando se cierre el navegador. + Borrar datos cuando el navegador esté cerrado + + Caché + Si la política está habilitada, la caché se borrará cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, la caché no se borrará cuando se cierre el navegador. + Cookies + Si esta política está habilitada, las cookies se borrarán cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, las cookies no se borrarán cuando se cierre el navegador. + Historial de descargas + Si esta política está habilitada, el historial de descargas se borrará cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, el historial de descargas no se borrará cuando se cierre el navegador. + Historial de búsqueda y formularios + Si esta política está habilitada, los datos de formularios se borrarán cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, los datos de formularios no se borrarán cuando se cierre el navegador. + Historial de navegación + Si esta política está habilitada, el historial de navegación se borrará cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, el historial de navegación no se borrará cuando se cierre el navegador. + Sesiones activas + Si esta política está habilitada, las sesiones se borrarán cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, las sesiones no se borrarán cuando se cierre el navegador. + Preferencias de sitios + Si esta política está habilitada, las preferencias de sitios se borrarán cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, las preferencias de sitios no se borrarán cuando se cierre el navegador. + Datos del sitios web sin conexión + Si esta política está habilitada, el almacenamiento de la aplicación sin conexión se borrará cuando se cierre el navegador. + +Si esta política está deshabilitada o no está configurada, el almacenamiento de la aplicación sin conexión no se borrará cuando se cierre el navegador. + Bloqueado + Si esta política está deshabilitada, el usuario podrá cambiar todas las preferencias de apagado. + +Si esta política está habilitada, el usuario no podrá cambiar las preferencias de apagado establecidas explícitamente a través de la política. + +Si esta política no está configurada, el usuario no podrá cambiar las preferencias de apagado (comportamiento anterior). Sitios web bloqueados - Si esta política está habilitada, puede especificar patrones de coincidencia que indiquen que sitios se bloquearán. Los patrones de coincidencia están documentados en https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Solo las direcciones http/https son compatibles en este momento. Hay un límite de 1000 entradas. + Si esta política está habilitada, podrá especificar patrones de coincidencia que indiquen que sitios se bloquearán. Los patrones de coincidencia están documentados en https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Solo las direcciones http/https son compatibles en este momento. Hay un límite de 1000 entradas. Si esta política está deshabilitada o no está configurada, no se bloquearán los sitios web. Excepciones a sitios web bloqueados @@ -484,10 +578,10 @@ Si esta política está deshabilitada o no está configurada, la página de inic Ninguno Página de inicio Sesión anterior - Password Manager - If this policy is disabled, the password manager is not available via preferences. + Administrador de contraseñas + Si esta política está deshabilitada, el administrador de contraseñas no estará disponible a través de las preferencias. -If this policy is enabled or not configured, the password manager is available via preferences. +Si esta política está habilitada o no está configurada, el administrador de contraseñas estará disponible a través de preferencias. Solicitar ubicación de descarga Si esta política está deshabilitada, no se solicitará al usuario una ubicación de descarga. @@ -518,6 +612,29 @@ Si esta política está deshabilitada o no está configurada, se usa la configur Si esta política está deshabilitada, la protección contra rastreo se deshabilitará y se bloquea tanto en el navegador como en la navegación privada. Si esta política está habilitada, la navegación privada está habilitada de forma predeterminada tanto en el navegador como en la navegación privada y podrá elegir si desea evitar que el usuario la cambie. + Protección contra rastreo + Habilitado + Si esta política está habilitada, la protección contra rastreo estará habilitada. + +Si esta política está deshabilitada, la protección contra rastreo estará deshabilitada y el usuario no podrá cambiarla. + +Si esta política no está configurada, se utilizará la protección contra rastreo estándar y el usuario podrá cambiarla. + Minado de criptomonedas + Si esta política está habilitada, los scripts que utilizan minado de criptomonedas serán bloqueados. + +Si esta política está deshabilitada o no está configurada, los scripts que utilizan minado de criptomonedas no serán bloqueados. + Huellas digitales + Si esta política está habilitada, los scripts que utilizan huellas digitales serán bloqueados. + +Si esta política está deshabilitada o no está configurada, los scripts que utilizan huellas digitales no serán bloqueados. + Excepciones + Si esta política está habilitada, podrá especificar los orígenes donde la protección contra rastreo no está habilitada. + +Si esta política está deshabilitada o no está configurada, la protección contra rastreo estará habilitada para todos los sitios web. + No permitir que se cambien las preferencias de protección contra rastreo + Si esta política está habilitada, el usuario no podrá cambiar las preferencias de protección contra rastreo. + +Si esta política está deshabilitada o no está configurada, el usuario podrá cambiar las preferencias de protección contra rastreo. Solicitud de localización Solicitud de localización (cadena) Si esta política está habilitada, podrá especificar una lista de las localizaciones solicitadas para la aplicación en orden de preferencia. Esto hará que el paquete de idioma correspondiente se active. @@ -577,6 +694,22 @@ Si esta política está deshabilitada o no está configurada, Firefox establecer 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ú. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + If this policy is disabled, actions will not be recommended based on what the user types in the URL bar. + +If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar. 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, visite: @@ -593,7 +726,7 @@ Para una descripción de la preferencia, visite: https://github.com/mozilla/policy-templates/blob/master/README.md#preferences Esta preferencia ya no tiene soporte para Windows. Estamos investigando la creación de una política. - Auto (0) + Automático (0) Siempre apagado (1) Preguntar siempre Seleccionar automáticamente @@ -622,6 +755,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesdom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -637,6 +772,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencessecurity.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -680,8 +822,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences No permitir que se cambien las preferencias de protección contra rastreo. - Block cryptomining scripts. - Block fingerprinting scripts. + Bloquear scripts de minado de criptomonedas. + Bloquear scripts de huellas digitales. + Excepciones: + + + + @@ -849,6 +996,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences + + + + + + + + + + diff --git a/windows/firefox.admx b/windows/firefox.admx index d821643..4b03aab 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -1,10 +1,10 @@  - + - + @@ -18,8 +18,16 @@ + + + + + + + + @@ -71,11 +79,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -119,7 +152,7 @@ - + @@ -431,6 +464,20 @@ + + + + + + + + + + + + + + @@ -445,6 +492,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -488,6 +569,16 @@ + + + + + + + + + + @@ -688,6 +779,34 @@ + + + + + + + + always + + + + + never + + + + + default-on + + + + + default-off + + + + + @@ -2358,6 +2477,7 @@ + @@ -2843,6 +2963,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -3019,5 +3159,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml index 4e81aac..18ff353 100644 --- a/windows/fr-FR/firefox.adml +++ b/windows/fr-FR/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 ou supérieur, Firefox 68 ESR ou supérieur Firefox 68.0.1 ou supérieur, Firefox 68.0.1 ESR ou supérieur Firefox 60 ESR ou supérieur + Firefox 68.5 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 72 ou supérieur, Firefox 68.4 ESR ou supérieur + Firefox 73 ou supérieur, Firefox 68.5 ESR ou supérieur + Firefox 74 ou supérieur, Firefox 68.6 ESR ou supérieur + Firefox 75 ou supérieur, Firefox 68.7 ESR ou supérieur + Firefox 75 ou supérieur + Firefox 76 ou supérieur, Firefox 68.8 ESR ou supérieur + Firefox 77 ou supérieur, Firefox 68.9 ESR ou supérieur Firefox Permissions Caméra Microphone Localisation Notifications + Autoplay Authentification Signets Certificats @@ -35,8 +44,15 @@ Page d'accueil Recherche Préférences + User Messaging Sites autorisés Sites bloqués + Application Autoupdate + If this policy is enabled, Firefox is automatically updated without user approval. + +If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update. + +If this policy is not configured, the user can choose whether not Firefox is automatically updated. URL de mise à jour personnalisée Si cette stratégie est activée, vous pouvez définir une URL vers un serveur de mise à jour autre que celui par défaut. Cela pourrait être utile si vous exécutez votre propre serveur de mise à jour sur votre réseau. @@ -111,7 +127,25 @@ Si cette stratégie est désactivée ou non configurée, le répertoire de tél Si cette stratégie est activée, vous pouvez définir et verrouiller le répertoire de téléchargement. ${home} peut être utilisé comme chemin de base. Si cette stratégie est désactivée ou non configurée, le répertoire de téléchargement par défaut de Firefox est utilisé et l'uilisateur peut le modifier. - Configurer DNS sur HTTPS + DNS Over HTTPS + Enabled + If this policy is disabled, DNS over HTTPS is disabled. + +If this policy is enabled or not configured, DNS Over HTTPS is enabled. + Provider URL + If this policy is enabled, the URL specified is used as the provider URL. + +If this policy is disabled or not configured, the default provider is used. + + Locked + If this policy is enabled, DNS over HTTPS settings cannot be changed by the user. + +If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user. + Excluded Domains + If this policy is enabled, the specified domains are excluded from DNS over HTTPS. + +If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS. + Configurer DNS sur HTTPS (Moved) Si cette stratégie est activée, la configuration par défaut de DNS sur HTTPS peut être modifiée. Si cette stratégie est désactivée ou non configurée, DNS Over HTTPS utilise la configuration par défaut de Firefox. @@ -127,6 +161,12 @@ Si cette stratégie est désactivée ou non configurée, le navigateur reçoit l Si cette stratégie est activée, les fichiers PDF ne sont pas visualisés dans Firefox. Si cette stratégie est désactivée ou non configurée, les fichiers PDF sont visualisés dans Firefox. + Disable the default browser agent. + If this policy is enabled, the default browser agent is disabled. + +If this policy is disabled or not configured, the default browser agent is enabled. + +For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html Désactiver les outils de développement Si cette stratégie est activée, les outils de développement Web ne sont pas disponibles dans Firefox. @@ -203,10 +243,18 @@ Mozilla vous recommande de ne pas désactiver la télémétrie. Les informations Si cette stratégie est activée, la barre d'outils des signets est affichée par défaut. L'utilisateur peut toujours le cacher. Si cette stratégie est désactivée ou non configurée, la barre d’outils des signets ne s’affiche pas par défaut. - Afficher la Barre de menus + Afficher la Barre de menus (Deprecated) Si cette stratégie est activée, la barre de menus est affichée par défaut. L'utilisateur peut toujours le cacher. Si cette stratégie est désactivée ou non configurée, la barre de menus ne s'affiche pas par défaut. + Display Menu Bar + If this policy is enabled, you can choose whether or not the menu bar is displayed and whether or not the user can show and hide the menu bar. + +If this policy is disabled or not configured, the menu bar is not displayed by default. + Always + Never + On by default + Off by default Ne pas vérifier le navigateur par défaut Si cette stratégie est activée, Firefox ne vérifie pas s'il s'agit du navigateur par défaut au démarrage. @@ -368,6 +416,12 @@ Si cette stratégie est désactivée ou non configurée, tout site ne figurant p Si cette stratégie est activée, les préférences de notification ne peuvent pas être modifiées par l'utilisateur. Si cette stratégie est désactivée ou non configurée, l'utilisateur peut modifier ses préférences de notification. + If this policy is enabled, autoplay is always enabled for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. + If this policy is enabled, autoplay is always blocked for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. Customize Firefox Home If this policy is enabled, you can choose the sections displayed on Firefox Home and prevent the user from changing them. @@ -400,6 +454,46 @@ Si cette stratégie est désactivée ou non configurée, la mise à niveau est a Si cette stratégie est activée, toutes les données sont effacées à la fermeture de Firefox. Cela inclut la navigation, Historique de téléchargement, cookies, connexions actives, cache, formulaire et Historique de recherche, préférences de site et données de site Web hors ligne. Si cette stratégie est désactivée ou non configurée, les données ne sont pas effacées à la fermeture du navigateur. + Clear data when browser is closed + + Cache + If the policy is enabled, the cache is cleared when the browser is closed. + +If this policy is disabled or not configured, the cache is not cleared when the browser is closed. + Cookies + If the policy is enabled, cookies are cleared when the browser is closed. + +If this policy is disabled or not configured, cookies are not cleared when the browser is closed. + Download History + If the policy is enabled, download history is cleared when the browser is closed. + +If this policy is disabled or not configured, download history is not cleared when the browser is closed. + Form & Search History + If the policy is enabled, form data is cleared when the browser is closed. + +If this policy is disabled or not configured, form data is not cleared when the browser is closed. + Browsing History + If the policy is enabled, browsing history is cleared when the browser is closed. + +If this policy is disabled or not configured, browsing history is not cleared when the browser is closed. + Active Logins + If the policy is enabled, sessions cleared when the browser is closed. + +If this policy is disabled or not configured, sessions not cleared when the browser is closed. + Site Preferences + If the policy is enabled, sire preferences arecleared when the browser is closed. + +If this policy is disabled or not configured, site preferences not cleared when the browser is closed. + Offline Website Data + If the policy is enabled, offline application storage is cleared when the browser is closed. + +If this policy is disabled or not configured, offline application storage is not cleared when the browser is closed. + Locked + If this policy is disabled, all shutdown preferences can be changed by the user. + +If this policy is enabled, any shutdown preferences explicitly set via policy cannot be changed by the user. + +If this policy is not configured, no shutdown preferences can be changed by the user (previous behavior). Sites Web bloqués Si cette stratégie est activée, vous pouvez spécifier des modèles de correspondance indiquant que les sites doivent être bloqués. Les modèles de correspondance sont documentés à l'adresse https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Seules les adresses http / https sont prises en charge pour le moment. Il y a une limite de 1000 entrées. @@ -518,6 +612,29 @@ Si cette stratégie est désactivée ou non configurée, les paramètres réseau Si cette stratégie est désactivée, la protection de suivi est désactivée et verrouillée à la fois dans le navigateur et dans la navigation privée. Si cette stratégie est activée, la navigation privée est activée par défaut à la fois dans le navigateur et dans la navigation privée et vous pouvez choisir d’empêcher ou non l’utilisateur de la modifier. + Tracking Protection + Enabled + If this policy is enabled, tracking protection is enabled. + +If this policy is disabled, tracking protection is disabled and cannot be changed by the user. + +If this policy is not configured, standard tracking protection is used and the user can change it. + Cryptomining + If this policy is enabled, scripts that use cryptomining are blocked. + +If this policy is disabled or not configured, scripts that use cryptomining are not blocked. + Fingerprinting + If this policy is enabled, scripts that use fingerprinting are blocked. + +If this policy is disabled or not configured, scripts that use fingerprinting are not blocked. + Exceptions + If this policy is enabled, you can specify origins where tracking protection is not enabled. + +If this policy is disabled or not configured, tracking protection is enabled for all websites. + Do not allow tracking protection preferences to be changed + If this policy is enabled, tracking protection preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change tracking protection preferences. liste des paramètres régionaux liste des paramètres régionaux (string) Si cette stratégie est activée, vous pouvez spécifier une liste des paramètres régionaux demandés pour l'application par ordre de préférence. Le module linguistique correspondant deviendra actif. @@ -577,6 +694,22 @@ Si cette stratégie est désactivée ou non configurée, Firefox utilise par dé 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. + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + If this policy is disabled, actions will not be recommended based on what the user types in the URL bar. + +If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar. 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: @@ -622,6 +755,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesdom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -637,6 +772,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencessecurity.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -682,6 +824,11 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesNe pas autoriser la modification des préférences de protection du suivi. Block cryptomining scripts. Block fingerprinting scripts. + Exceptions: + + + + @@ -849,6 +996,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences + + + + + + + + + + diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml index a4f5b5e..1e753c3 100644 --- a/windows/it-IT/firefox.adml +++ b/windows/it-IT/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 o versione successiva, Firefox 68 ESR o versione successiva Firefox 68.0.1 o versione successiva, Firefox 68.0.1 ESR o versione successiva Firefox 60 ESR o versione successiva + Firefox 68.5 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 72 o versione successiva, Firefox 68.4 ESR o versione successiva + Firefox 73 o versione successiva, Firefox 68.5 ESR o versione successiva + Firefox 74 o versione successiva, Firefox 68.6 ESR o versione successiva + Firefox 75 o versione successiva, Firefox 68.7 ESR o versione successiva + Firefox 75 o versione successiva + Firefox 76 o versione successiva, Firefox 68.8 ESR o versione successiva + Firefox 77 o versione successiva, Firefox 68.9 ESR o versione successiva Firefox Permessi Fotocamera Microfono Posizione Notifiche + Riproduzione automatica Autenticazione Segnalibri Certificati @@ -35,8 +44,15 @@ Pagina iniziale Ricerca Preferenze + Messaggi utente Siti consentiti Siti bloccati + Aggiornamento automatico applicazione + Se questo criterio è abilitato, Firefox è aggiornato automaticamente senza l'approvazione dell'utente. + +Se questo criterio è disabilitato, gli aggiornamenti di Firefox sono scaricati ma l'utente può scegliere quando installare l'aggiornamento. + +Se questo criterio non è configurato, l'utente può scegliere se Firefox verrà aggiornato automaticamente o meno. URL aggiornamento personalizzato Se questo criterio è abilitato, è possibile impostare un URL diverso da quello predefinito per il server di aggiornamento. Ciò potrebbe essere utile se si dispone di un server di aggiornamento sulla propria rete. @@ -67,10 +83,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. + Non consentire la modifica delle preferenze di autenticazione + Se questo criterio è disabilitato, le preferenze di autenticazione possono essere modificate dall'utente. -If this policy is enabled or not configured, authentication preferences cannot be changed by the user. +Se questo criterio è abilitato o non configurato, le preferenze di autenticazione non possono essere modificate dall'utente. Blocca Gestore componenti aggiuntivi Se questo criterio è abilitato, l'utente non può accedere al Gestore componenti aggiuntivi o ad about:addons. @@ -111,7 +127,25 @@ Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la dir Se questo criterio è abilitato, è possibile impostare e rendere non modificabile la directory per i download. È possibile usare ${home} per specificare il percorso nativo della directory utente. Se questo criterio è disabilitato o non configurato, Firefox utilizzerà la directory di download predefinita e l'utente sarà in grado di modificarla. - Configura DNS su HTTPS + DNS su HTTPS + Abilitato + Se questo criterio è disabilitato, DNS su HTTPS è disabilitato. + +Se questo criterio è abilitato o non configurato, DNS su HTTPS è abilitato. + URL provider + Se questo criterio è abilitato, l'URL specificato sarà utilizzato come URL provider. + +Se questo criterio è disabilitato o non configurato, sarà utilizzato il provider predefinito. + + Bloccato + Se questo criterio è abilitato, le impostazioni DNS su HTTPS non possono essere modificate dall'utente. + +Se questo criterio è disabilitato o non configurato, le impostazioni DNS su HTTPS possono essere modificate dall'utente. + Domini esclusi + Se questo criterio è abilitato, i domini specificati sono esclusi da DNS su HTTPS. + +Se questo criterio è disabilitato o non configurato, nessun dominio è escluso da DNS su HTTPS. + Configura DNS su HTTPS (spostato) Se questo criterio è abilitato, la configurazione predefinita per DNS su HTTPS può essere modificata. Se questo criterio è disabilitato o non configurato, DNS su HTTPS utilizza la configurazione predefinita di Firefox. @@ -127,6 +161,12 @@ Se questo criterio è disabilitato o non configurato, il browser riceverà aggio Se questo criterio è abilitato, i file PDF non sono visualizzati all'interno di Firefox. Se questo criterio è disabilitato o non configurato, i file PDF sono visualizzati all'interno di Firefox. + Disabilita l'agente browser predefinito + Se questo criterio è abilitato, l'agente browser predefinito è disabilitato. + +Se questo criterio è disabilitato o non configurato, l'agente browser predefinito è abilitato. + +Per ulteriori informazioni sull'agente browser predefinito, si veda https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html Disabilita Strumenti Sviluppo web Se questo criterio è abilitato, gli Strumenti Sviluppo web non sono disponibili all'interno di Firefox. @@ -157,10 +197,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. + Non consentire la visualizzazione delle password nelle Credenziali salvate + Se questo criterio è abilitato, gli utenti non possono visualizzare le password nelle Credenziali salvate. -If this policy is disabled or not configured, users can show passwords in saved logins. +Se questo criterio è disabilitato o non configurato, gli utenti possono visualizzare le password nelle Credenziali salvate. Disabilita Pocket Se questo criterio è abilitato, Pocket non è disponibile. @@ -203,10 +243,18 @@ Mozilla consiglia di non disabilitare la telemetria. Le informazioni raccolte tr Se questo criterio è abilitato, la barra degli strumenti Segnalibri è visualizzata per impostazione predefinita. L'utente può sempre nasconderla. Se questo criterio è disabilitato o non configurato, la barra degli strumenti Segnalibri non è visualizzata per impostazione predefinita. - Visualizza barra dei menù + Visualizza barra dei menù (deprecata) Se questo criterio è abilitato, la barra dei menù è visualizzata per impostazione predefinita. L'utente può sempre nasconderla. Se questo criterio è disabilitato o non configurato, la barra dei menù non viene visualizzata per impostazione predefinita. + Visualizza barra dei menù + Se questo criterio è abilitato, è possibile scegliere se la barra dei menù sarà visualizzata o meno e se l'utente può visualizzare e nascondere la barra dei menù. + +Se questo criterio è disabilitato o non configurato, la barra dei menù non è visualizzata per impostazione predefinita. + Sempre + Mai + Sì per impostazione predefinita + No per impostazione predefinita Non controllare il browser predefinito Se questo criterio è abilitato, Firefox all'avvio non controlla se è il browser predefinito. @@ -368,6 +416,12 @@ Se questo criterio è disabilitato o non configurato, qualunque sito non nel cri Se questo criterio è abilitato, le preferenze relative alle notifiche non possono essere modificate dall'utente. Se questo criterio è disabilitato o non configurato, l'utente può modificare le preferenze relative alle notifiche. + Se questo criterio è abilitato, la riproduzione automatica sarà sempre consentita per le origini indicate. + +Se questo criterio è disabilitato o non configurato, viene seguito il criterio predefinito per la riproduzione automatica. + Se questo criterio è abilitato, la riproduzione automatica sarà sempre bloccata per le origini indicate. + +Se questo criterio è disabilitato o non configurato, viene seguito il criterio predefinito per la riproduzione automatica. Personalizza pagina iniziale di Firefox Se questo criterio è abilitato, è possibile scegliere le sezioni visualizzate nella pagina iniziale di Firefox e impedire all'utente di modificarle. @@ -400,6 +454,46 @@ Se questo criterio è disabilitato o non configurato, dopo ogni aggiornamento ve Se questo criterio è abilitato, tutti i dati saranno cancellati alla chiusura di Firefox. Ciò include la cronologia di navigazione e dei download, i cookie, gli accessi effettuati, la cache, la cronologia dei moduli e di ricerca, le preferenze e i dati non in linea dei siti Web. Se questo criterio è disabilitato o non configurato, i dati non sono cancellati alla chiusura del browser. + Elimina i dati alla chiusura del browser + + Cache + Se questo criterio è abilitato, la cache sarà cancellata alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, la cache non è cancellata alla chiusura del browser. + Cookie + Se questo criterio è abilitato, i cookie saranno cancellati alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, i cookie non sono cancellati alla chiusura del browser. + Cronologia download + Se questo criterio è abilitato, la cronologia dei download sarà cancellata alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, la cronologia dei download non è cancellata alla chiusura del browser. + Cronologia delle ricerche e dei moduli + Se questo criterio è abilitato, i dati dei moduli saranno cancellati alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, i dati dei moduli non sono cancellati alla chiusura del browser. + Cronologia di navigazione + Se questo criterio è abilitato, la cronologia di navigazione sarà cancellata alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, la cronologia di navigazione non è cancellata alla chiusura del browser. + Accessi effettuati + Se questo criterio è abilitato, le sessioni saranno cancellate alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, le sessioni non saranno cancellate alla chiusura del browser. + Preferenze dei siti web + Se questo criterio è abilitato, le preferenze dei siti web saranno cancellate alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, le preferenze dei siti web non sono cancellate alla chiusura del browser. + Dati non in linea dei siti web + Se questo criterio è abilitato, l'archiviazione non in linea delle applicazioni sarà cancellata alla chiusura del browser. + +Se questo criterio è disabilitato o non configurato, l'archiviazione non in linea delle applicazioni non è cancellata alla chiusura del browser. + Blocca preferenze + Se questo criterio è disabilitato, tutte le preferenze di eliminazione alla chiusura potranno essere modificate dall'utente. + +Se questo criterio è abilitato, tutte le preferenze di eliminazione alla chiusura impostate tramite criteri non potranno essere modificate dall'utente + +Se questo criterio non è configurato, nessuna preferenza di eliminazione alla chiusura può essere modificata dall'utente (comportamento precedente). Siti Web bloccati Se questo criterio è abilitato, è possibile utilizzare dei pattern per specificare i siti da bloccare. I pattern sono documentati alla pagina https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Attualmente sono supportati solo i protocolli HTTP e HTTPS. C'è un limite di 1000 voci. @@ -518,6 +612,29 @@ Se questo criterio è disabilitato o non configurato, saranno utilizzate le impo Se questo criterio è disabilitato, la protezione antitracciamento è disabilitata e bloccata sia nel browser, sia in Navigazione anonima. Se questo criterio è abilitato, la protezione antitracciamento è abilitata per impostazione predefinita sia nel browser, sia in Navigazione anonima ed è possibile scegliere se l'utente sarà in grado di modificare tale impostazione o meno. + Protezione antitracciamento + Abilitata + Se questo criterio è abilitato, la protezione antitracciamento è abilitata. + +Se questo criterio è disabilitato, la protezione antitracciamento è disabilitata e non può essere modificata dall'utente. + +Se questo criterio non è configurato, viene utilizzata la protezione antitracciamento standard e l'utente può modificarla. + Cryptominer + Se questo criterio è abilitato, gli script che utilizzano dei cryptominer sono bloccati. + +Se questo criterio è disabilitato o non configurato, gli script che utilizzano dei cryptominer non sono bloccati. + Fingerprinter + Se questo criterio è abilitato, gli script che utilizzano dei fingerprinter sono bloccati. + +Se questo criterio è disabilitato o non configurato, gli script che utilizzano dei fingerprinter non sono bloccati. + Eccezioni + Se questo criterio è abilitato, è possibile specificare delle origini per cui non è abilitata la protezione antitracciamento. + +Se questo criterio è disabilitato o non configurato, la protezione antitracciamento è abilitata per tutti i siti Web. + Non consentire la modifica delle preferenze relative alla protezione antitracciamento + Se questo criterio è abilitato, le preferenze relative alla protezione antitracciamento non possono essere modificate dall'utente. + +Se questo criterio è disabilitato o non configurato, l'utente può modificare le preferenze relative alla protezione antitracciamento. Lingua richiesta Lingua richiesta (stringa) Se questo criterio è abilitato, è possibile specificare un elenco di lingue richieste per l'applicazione in ordine di preferenza. Il pacchetto lingue corrispondente sarà attivato. @@ -577,6 +694,22 @@ Se questo criterio è disabilitato o non configurato, per impostazione predefini 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. + Novità + Se questo criterio è disabilitato, l'icona e la voce di menù Novità non saranno visualizzate. + +Se questo criterio è abilitato o non configurato, l'icona e la voce di menù Novità saranno visualizzate. + Consigli estensioni + Se questo criterio è disabilitato, non saranno consigliate estensioni durante la navigazione dell'utente. + +Se questo criterio è abilitato o non configurato, saranno consigliate delle estensioni durante la navigazione dell'utente. + Consigli funzionalità + Se questo criterio è disabilitato, non saranno consigliate funzionalità di Firefox durante l'utilizzo di Firefox da parte dell'utente. + +Se questo criterio è abilitato o non configurato, saranno consigliate funzionalità di Firefox durante l'utilizzo di Firefox da parte dell'utente. + Intervento barra degli indirizzi + Se questo criterio è disabilitato, non saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi. + +Se questo criterio è abilitato o non configurato, saranno consigliate azioni basate su quanto l'utente ha digitato nella barra degli indirizzi. 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: @@ -622,6 +755,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesdom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -637,6 +772,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencessecurity.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -682,6 +824,11 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferencesNon consentire la modifica delle preferenze relative alla protezione antitracciamento. Blocca script cryptominer. Blocca script fingerprinter. + Eccezioni: + + + + @@ -849,6 +996,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences + + + + + + + + + + diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml index 7c6e522..71e5aba 100644 --- a/windows/zh-TW/firefox.adml +++ b/windows/zh-TW/firefox.adml @@ -1,5 +1,5 @@ - + @@ -15,15 +15,24 @@ Firefox 68 或更新版本、Firefox 68 ESR 或更新版本 Firefox 68.0.1 或更新版本、Firefox 68.0.1 ESR 或更新版本 Firefox 60 ESR 或更新版本 + Firefox 68.5 ESR 或更新版本 Firefox 69 或更新版本、Firefox 68.1 ESR 或更新版本 Firefox 70 或更新版本、Firefox 68.2 ESR 或更新版本 Firefox 71 或更新版本、Firefox 68.3 ESR 或更新版本 + Firefox 72 或更新版本、Firefox 68.4 ESR 或更新版本 + Firefox 73 或更新版本、Firefox 68.5 ESR 或更新版本 + Firefox 74 或更新版本、Firefox 68.6 ESR 或更新版本 + Firefox 75 或更新版本、Firefox 68.7 ESR 或更新版本 + Firefox 75 或更新版本 + Firefox 76 或更新版本、Firefox 68.8 ESR 或更新版本 + Firefox 77 或更新版本、Firefox 68.9 ESR 或更新版本 Firefox 權限 攝影機 麥克風 位置 通知 + Autoplay 驗證 書籤 憑證 @@ -35,8 +44,15 @@ 首頁 搜尋 偏好設定 + User Messaging 允許的網站 封鎖的網站 + Application Autoupdate + If this policy is enabled, Firefox is automatically updated without user approval. + +If this policy is disabled, Firefox updates are downloaded but the user can choose when to install the update. + +If this policy is not configured, the user can choose whether not Firefox is automatically updated. 自訂更新網址 若啟用此原則,可指定用來檢查更新的伺服器網址。當您在內部網路自行架設更新伺服器時會有幫助。 @@ -111,7 +127,25 @@ If this policy is enabled or not configured, authentication preferences cannot b 若啟用此原則,可設定並固定下載項目的預設儲存資料夾。可使用 ${home} 來指定家目錄。 若停用或不設定此原則,將使用 Firefox 的預設下載資料夾,且可由使用者變更。 - 設定 DNS Over HTTPS + DNS Over HTTPS + Enabled + If this policy is disabled, DNS over HTTPS is disabled. + +If this policy is enabled or not configured, DNS Over HTTPS is enabled. + Provider URL + If this policy is enabled, the URL specified is used as the provider URL. + +If this policy is disabled or not configured, the default provider is used. + + Locked + If this policy is enabled, DNS over HTTPS settings cannot be changed by the user. + +If this policy is disabled or not configured, DNS over HTTPS settings can be changed by the user. + Excluded Domains + If this policy is enabled, the specified domains are excluded from DNS over HTTPS. + +If this policy is disabled or not configured, no domains are excluded from DNS over HTTPS. + 設定 DNS Over HTTPS (Moved) 若啟用此原則,可變更預設 DNS over HTTPS 設定。 若停用或不設定此原則,將使用預設 DNS Over HTTPS 設定。 @@ -127,6 +161,12 @@ If this policy is enabled or not configured, authentication preferences cannot b 若啟用此原則,將不會使用 Firefox 內建檢視器開啟 PDF 檔案。 若停用或不設定此原則,則會使用 Firefox 內建檢視器開啟 PDF 檔案。 + Disable the default browser agent. + If this policy is enabled, the default browser agent is disabled. + +If this policy is disabled or not configured, the default browser agent is enabled. + +For more information about the default browser agent, see https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html 停用開發者工具 若啟用此原則,將關閉 Firefox 當中的網頁開發者工具功能。 @@ -203,10 +243,18 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可 若啟用此原則,預設將顯示書籤工具列。使用者還是可以將其隱藏。 若停用或不設定此原則,則預設不會顯示書籤工具列。 - 顯示選單列 + 顯示選單列(已棄用) 若啟用此原則,預設將顯示選單列。使用者還是可以將其隱藏。 若停用或不設定此原則,則預設不會顯示選單列。 + Display Menu Bar + If this policy is enabled, you can choose whether or not the menu bar is displayed and whether or not the user can show and hide the menu bar. + +If this policy is disabled or not configured, the menu bar is not displayed by default. + Always + Never + On by default + Off by default 不要檢查是否為預設瀏覽器 若啟用此原則,Firefox 不會在啟動時檢查是否為預設瀏覽器。 @@ -366,6 +414,12 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可 若啟用此原則,使用者將無法調整通知偏好設定。 若停用或不設定此原則,則使用者能夠自行調整位置通知偏好設定。 + If this policy is enabled, autoplay is always enabled for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. + If this policy is enabled, autoplay is always blocked for the origins indicated. + +If this policy is disabled or not configured, the default autoplay policy is followed. 自訂 Firefox 首頁 若啟用此原則,將可以設定要在 Firefox 首頁顯示哪些段落,並防止使用者更改設定。 @@ -398,6 +452,46 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可 若啟用此原則,將可以選擇要在關閉 Firefox 時清理哪些資料。 若停用或不設定此原則,則不會在關閉 Firefox 時清理任何資料。 + Clear data when browser is closed + + Cache + If the policy is enabled, the cache is cleared when the browser is closed. + +If this policy is disabled or not configured, the cache is not cleared when the browser is closed. + Cookies + If the policy is enabled, cookies are cleared when the browser is closed. + +If this policy is disabled or not configured, cookies are not cleared when the browser is closed. + Download History + If the policy is enabled, download history is cleared when the browser is closed. + +If this policy is disabled or not configured, download history is not cleared when the browser is closed. + Form & Search History + If the policy is enabled, form data is cleared when the browser is closed. + +If this policy is disabled or not configured, form data is not cleared when the browser is closed. + Browsing History + If the policy is enabled, browsing history is cleared when the browser is closed. + +If this policy is disabled or not configured, browsing history is not cleared when the browser is closed. + Active Logins + If the policy is enabled, sessions cleared when the browser is closed. + +If this policy is disabled or not configured, sessions not cleared when the browser is closed. + Site Preferences + If the policy is enabled, sire preferences arecleared when the browser is closed. + +If this policy is disabled or not configured, site preferences not cleared when the browser is closed. + Offline Website Data + If the policy is enabled, offline application storage is cleared when the browser is closed. + +If this policy is disabled or not configured, offline application storage is not cleared when the browser is closed. + Locked + If this policy is disabled, all shutdown preferences can be changed by the user. + +If this policy is enabled, any shutdown preferences explicitly set via policy cannot be changed by the user. + +If this policy is not configured, no shutdown preferences can be changed by the user (previous behavior). 要封鎖的網站 若啟用此原則,將可以指定要封鎖的網站網址規則。規則格式文件位於 https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns。目前僅支援 http/https 網址,最多 1000 筆項目。 @@ -516,6 +610,29 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可 若停用此原則,則會在一般與隱私瀏覽模式中都停用追蹤保護功能,且使用者無法開啟。 若啟用此原則,則會在一般與隱私瀏覽模式中都啟用追蹤保護功能,且您可以決定是否要允許讓使用者自行更改設定。 + Tracking Protection + Enabled + If this policy is enabled, tracking protection is enabled. + +If this policy is disabled, tracking protection is disabled and cannot be changed by the user. + +If this policy is not configured, standard tracking protection is used and the user can change it. + Cryptomining + If this policy is enabled, scripts that use cryptomining are blocked. + +If this policy is disabled or not configured, scripts that use cryptomining are not blocked. + Fingerprinting + If this policy is enabled, scripts that use fingerprinting are blocked. + +If this policy is disabled or not configured, scripts that use fingerprinting are not blocked. + Exceptions + If this policy is enabled, you can specify origins where tracking protection is not enabled. + +If this policy is disabled or not configured, tracking protection is enabled for all websites. + Do not allow tracking protection preferences to be changed + If this policy is enabled, tracking protection preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change tracking protection preferences. 請求語系 請求語系(字串) 若啟用此原則,您可以指定要由應用程式顯示的語系順序清單。將使得對應的語言套件生效。 @@ -575,6 +692,22 @@ Mozilla 建議您不要停用 Telemetry。透過 Telemetry 收集到的資訊可 若啟用此原則,將在說明選單中加入技術支援資訊項目。 若停用或不設定此原則,則不會加入選單項目。 + What's New + If this policy is disabled, the What's new icon and menuitem will not be displayed. + +If this policy is enabled or not configured, the What's New icon and menuitem will be displayed. + Extension Recommendations + If this policy is disabled, extensions will not be recommended as the user visits websites. + +If this policy is enabled or not configured, extensions will be recommended as the user visits websites. + Feature Recommendations + If this policy is disabled, Firefox features will not be recommended as the user uses Firefox. + +If this policy is enabled or not configured, Firefox features wil be recommended as the user uses Firefox. + Urlbar Interventions + If this policy is disabled, actions will not be recommended based on what the user types in the URL bar. + +If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar. 若啟用此原則,偏好設定將鎖定為 true。若停用此原則,偏好設定則鎖定為 false。 若需要偏好設定的詳細說明,請參考: @@ -620,6 +753,8 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences。 dom.event.contextmenu.enabled dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl + dom.xmldocument.load.enabled + dom.xmldocument.async.enabled extensions.blocklist.enabled geo.enabled extensions.getAddons.showPane @@ -635,6 +770,13 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences。 security.ssl.errorReporting.enabled security.mixed_content.block_active_content ui.key.menuAccessKeyFocuses + browser.newtabpage.activity-stream.default.sites + extensions.htmlaboutaddons.recommendations.enabled + media.peerconnection.enabled + media.peerconnection.ice.obfuscate_host_addresses.whitelist + security.osclientcerts.autoload + security.tls.hello_downgrade_check + widget.content.gtk-theme-override @@ -680,6 +822,11 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences。 不允許調整追蹤保護偏好設定。 封鎖加密貨幣採礦程式。 封鎖數位指紋追蹤程式。 + Exceptions: + + + + @@ -847,6 +994,17 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences。 + + + + + + + + + + \ No newline at end of file