]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge pull request #313 from bp88/patch-3
[policy-templates.git] / README.md
index c4fb5e7ef657e30dba8ede9a08ac8c87ecb007eb..21ef1ad1f6d5a0a2e9ca21e610a3eb102f1d298b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -286,7 +286,7 @@ This policy disables the Refresh Firefox button on about:support and support.moz
 }
 ```
 ### DisableSafeMode
 }
 ```
 ### DisableSafeMode
-This policy disables safe mode on Windows only.
+This policy disables safe mode on Windows and macOS only.
 ```
 {
   "policies": {
 ```
 {
   "policies": {
@@ -358,9 +358,11 @@ This policy affects tracking protection.
 
 If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it.
 
 
 If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it.
 
-If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing.
+If Value is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
 
 
-If Value is set to true, tracking protection is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it.
+If Value is set to true, tracking protection is enabled by default in both the regular browser and private browsing.
+
+You can choose to set the Locked value if you want to prevent the user from changing it.
 ```
 {
   "policies": {
 ```
 {
   "policies": {
@@ -610,9 +612,9 @@ This policy allows you to add PKCS #11 Modules
 ```
 {
   "policies": {
 ```
 {
   "policies": {
-    "SecurityDevices": [
+    "SecurityDevices": {
       "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
       "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
-    ]
+    }
   }
 }
 ```
   }
 }
 ```

patrick-canterino.de