From: Michael Kaply Date: Wed, 17 Oct 2018 16:29:53 +0000 (-0500) Subject: Backout policies that are 64 only X-Git-Tag: v1.3~3^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/40e2d4decd0e40abefe076a8bd1aad88f0a90e13?ds=inline Backout policies that are 64 only --- diff --git a/README.md b/README.md index 439b0c4..08f5816 100644 --- a/README.md +++ b/README.md @@ -519,15 +519,6 @@ 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. ``` @@ -582,14 +573,3 @@ This policy allows you to add new search engines, remove or hide search engines, } } ``` -### SecurityDevices -This policy allows you to add PKCS #11 Modules -``` -{ - "policies": { - "SecurityDevices": [ - "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE" - ] - } -} -```