X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/402ed9aaad0cd50809514605ad339b52862a6e80..b180dfcc3e6afe34e8b325836791c214df9b1a6c:/README.md?ds=inline
diff --git a/README.md b/README.md
index bc823ef..e7b66ee 100644
--- a/README.md
+++ b/README.md
@@ -1383,7 +1383,7 @@ Due to a bug in Firefox 68, this policy is not working via GPO on Windows. We wi
```
{
"policies": {
- "ExtensionsSettings": {
+ "ExtensionSettings": {
"*": {
"blocked_install_message": "Custom error message.",
"install_sources": ["https://addons.mozilla.org/"],
@@ -2216,13 +2216,19 @@ Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
### RequestedLocales
Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
-**Compatibility:** Firefox 64, Firefox ESR 60.4\
+Note: For Firefox 68, this can now be a string so that you can specify an empty value.
+
+**Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
#### Windows
```
Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
+
+or
+
+Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
```
#### macOS
```
@@ -2233,6 +2239,14 @@ Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
en-US
+
+or
+
+
+ RequestedLocales
+ de,en-US
+
+
```
#### JSON
```
@@ -2241,6 +2255,14 @@ Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
"RequestedLocales": ["de", "en-US"]
}
}
+
+or
+
+{
+ "policies": {
+ "RequestedLocales": "de,en-US"
+ }
+}
```
### 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.