From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 26 Aug 2019 19:45:16 +0000 (-0500)
Subject: Merge pull request #426 from AlessandroMenti/update-italian-translation
X-Git-Tag: v1.9~10^2
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/895f323b15797b064451ed707156cf724af85597?hp=fecaac305d28ff6079dc9066814caed1756b8853
Merge pull request #426 from AlessandroMenti/update-italian-translation
Update the Italian translation
---
diff --git a/README.md b/README.md
index bf2de26..ad34f1d 100644
--- a/README.md
+++ b/README.md
@@ -1177,13 +1177,20 @@ Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
${home}/Downloads
```
-#### JSON
+#### JSON (macOS and Linux)
```
{
"policies": {
"DefaultDownloadDirectory": "${home}/Downloads"
}
```
+#### JSON (Windows)
+```
+{
+ "policies": {
+ "DefaultDownloadDirectory": "${home}\\Downloads"
+}
+```
### DownloadDirectory
Set and lock the download directory.
@@ -1204,13 +1211,20 @@ Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
${home}/Downloads
```
-#### JSON
+#### JSON (macOS and Linux)
```
{
"policies": {
"DownloadDirectory": "${home}/Downloads"
}
```
+#### JSON (Windows)
+```
+{
+ "policies": {
+ "DownloadDirectory": "${home}\\Downloads"
+}
+```
### EnableTrackingProtection
Configure tracking protection.