From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Wed, 10 Jul 2019 15:09:56 +0000 (-0500)
Subject: Merge pull request #404 from AlessandroMenti/it-l10n-update
X-Git-Tag: v1.8~5^2
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b93aec2b00b1c0170d39a5a8d483dfe7043aba33?hp=741324a2ab6b2b67259b74eac18365cd9acf7c73
Merge pull request #404 from AlessandroMenti/it-l10n-update
Update the Italian translation
---
diff --git a/README.md b/README.md
index 686be3d..0160a0b 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
| **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
| **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
+| **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
| **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
| **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
| **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
@@ -1310,6 +1311,78 @@ Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
}
}
```
+### ExtensionSettings
+Manage all aspects of extensions. This policy is based heavily on the [Chrome policy](https://dev.chromium.org/administrators/policy-list-3/extension-settings-full) of the same name.
+
+This policy maps an extension ID to its configuration. With an extension ID, configuration will be applied to the specified extension only. A default configuration can be set for the special ID "*", which will apply to all extensions that don't have a custom configuration set in this policy.
+
+To obtain an extension ID, install the extension and go to about:support. You will see the ID in the Extensions section.
+
+The configuration for each extension is another dictionary that can contain the fields documented below.
+
+| Name | Description |
+| --- | --- |
+| `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
+| `allowed` | Allows the extension to be installed by the user. This is the default behavior.
+| `blocked`| Blocks installation of the extension and removes it from the device if already installed.
+| `force_installed`| The extension is automatically installed and can't be removed by the user. This option is not valid for the default configuration and requires an install_url.
+| `normal_installed`| The extension is automatically installed but can be disabled by the user. This option is not valid for the default configuration and requires an install_url.
+| `install_url`| Maps to a string indicating where Firefox can download a force_installed or normal_installed extension. If installing from the addons.mozilla.org, use the following URL (substituting SHORT_NAME from the URL on AMO), https://addons.mozilla.org/firefox/downloads/latest/SHORT_NAME/latest.xpi
+| `install_sources` | Each item in this list is an extension-style match pattern. Users will be able to easily install items from any URL that matches an item in this list. Both the location of the *.xpi file and the page where the download is started from (i.e. the referrer) must be allowed by these patterns. This setting can be used only for the default configuration.
+| `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "langpack" This setting can be used only for the default configuration.
+| `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else.
+
+**Compatibility:** Firefox 68, Firefox ESR 68\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** N/A
+
+#### Windows
+Due to a bug in Firefox 68, this policy is not working via GPO on Windows. We will have a fix soon.
+#### macOS
+```
+
+ ExtensionSettings
+
+ *
+
+ blocked_install_message
+ Custom error message.
+ install_sources
+
+ https://addons.mozilla.org/
+
+ installation_mode
+ blocked
+
+ uBlock0@raymondhill.net
+
+ installation_mode
+ force_installed
+ install_url
+ https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi
+
+
+
+```
+#### JSON
+```
+{
+ "policies": {
+ "ExtensionsSettings": {
+ "*": {
+ "blocked_install_message": "Custom error message.",
+ "install_sources": ["https://addons.mozilla.org/"],
+ "installation_mode": "blocked"
+ },
+ "uBlock0@raymondhill.net": {
+ "installation_mode": "force_installed",
+ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
+ }
+ }
+ }
+}
+```
+
### ExtensionUpdate
Control extension updates.
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 1f24d20..6e06de8 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -1,5 +1,5 @@
-
+
@@ -15,10 +15,10 @@
Firefox 60 ESR oder höher
Firefox
Berechtigungen
- Camera
- Microphone
- Location
- Notifications
+ Kamera
+ Mikrofon
+ Standort
+ Benachrichtigungen
Authentifizierung
Lesezeichen
Zertifikate
@@ -29,7 +29,7 @@
Flash
Startseite
Suche
- Preferences
+ Einstellungen
Erlaubte Seiten
Gesperrte Seiten
Benutzerdefinierte Update-URL
@@ -516,21 +516,21 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn
Suchmaschinen entfernen
Wenn Sie die Richtlinieneinstellung aktivieren, können Sie die Namen der Suchmaschinen definieren welche entfernt oder ausgeblendet werden sollen.
-If this policy is disabled or not configured, search engines will not be removed or hidden.
+Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Suchmaschinen entfernt bzw. ausgeblendet.
Suchvorschläge
Wenn Sie die Richtlinieneinstellung deaktivieren werden die Suchvorschläge abgeschaltet.
-If this policy is enabled, search suggestions will be enabled.
+Wenn Sie die Richtlinieneinstellung aktivieren, werden Suchvorschläge aktiviert.
-If this policy is not configured, search suggestions will be enabled, but the user can turn them off.
+Wenn Sie die Richtlinieneinstellung nicht konfigurieren, werden Suchvorschläge aktiviert, aber der Benutzer kann diese abschalten.
Minimum SSL Version
Wenn Sie die Richtlinieneinstellung aktivieren, Firefox wird keine SSL/TLS Version unter der angegebenen Version verwenden.
-If this policy is disabled or not configured, Firefox defaults to a minimum of TLS 1.0.
+Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwendet Firefox die Standardeinstellung von TLS 1.0.
Maximum SSL Version
Wenn Sie die Richtlinieneinstellung aktivieren, Firefox wird keine höhere SSL/TLS Version als der angegebenen Version verwenden.
-If this policy is disabled or not configured, Firefox defaults to a maximum of TLS 1.3.
+Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwendet Firefox die Standardeinstellung von TLS 1.3.
TLS 1.0
TLS 1.1
TLS 1.2
@@ -740,12 +740,12 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T
Offline-Website-Daten
- Search
- Top Sites
- Download History
- Recommended by Pocket
+ Suche
+ Top Seiten
+ Download Verlauf
+ Von Pocket empfohlen
Snippets
- Don't allow settings to be changed
+ Es ist nicht erlaubt, dass Einstellungen geändert werden.
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 218646c..0f6ee8e 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index a20caed..4c988a4 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index dbba525..d0f0ce5 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -1,10 +1,10 @@

-
+
-
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 64d82d6..b64ecd3 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -1,5 +1,5 @@
-
+
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index 7cdbdea..aabc1f2 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -1,5 +1,5 @@
-
+