]> git.p6c8.net - policy-templates.git/commitdiff
Add RequestedLocales policy
authorMichael Kaply <consulting@kaply.com>
Wed, 10 Oct 2018 21:40:18 +0000 (16:40 -0500)
committerMichael Kaply <consulting@kaply.com>
Wed, 10 Oct 2018 21:40:18 +0000 (16:40 -0500)
README.md

index c45aff664a1c83ff6c3016279304238944568a71..875bda092c51e90a7f2915c53db0cb7076d3e46a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -506,6 +506,15 @@ To specify ports, append them to the hostnames with a colon (:). If Locked is se
   }
 }
 ```
   }
 }
 ```
+### RequestedLocales
+This policy sets the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
+```
+{
+  "policies": {
+    "RequestedLocales": ["de", "en-US"]
+  }
+}
+```
 ### SanitizeOnShutdown
 If this policy is set to true,  all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
 ```
 ### SanitizeOnShutdown
 If this policy is set to true,  all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
 ```

patrick-canterino.de