]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Fix typos in policies.json code snippet areas
[policy-templates.git] / README.md
index 7ccd504d2fd26766a69731881ccda07993c8bf65..c4048ec27ee41b44b220b8228d217aefe783eeb6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2154,6 +2154,7 @@ Value (string):
       "Fingerprinting": true | false,
       "Exceptions": ["https://example.com"]
     }
+  }
 }
 ```
 ### EncryptedMediaExtensions
@@ -2202,6 +2203,7 @@ Value (string):
       "Enabled": true | false,
       "Locked": true | false
     }
+  }
 }
 ```
 ### EnterprisePoliciesEnabled
@@ -3481,6 +3483,7 @@ Value (string):
 {
   "policies": {
     "OverrideFirstRunPage": "http://example.org"
+  }
 }
 ```
 ### OverridePostUpdatePage
@@ -3516,6 +3519,7 @@ Value (string):
 {
   "policies": {
     "OverridePostUpdatePage": "http://example.org"
+  }
 }
 ```
 ### PasswordManagerEnabled
@@ -3601,6 +3605,7 @@ Value (string):
       "Enabled": true | false,
       "EnablePermissions": true | false
     }
+  }
 }
 ```
 ### Permissions
@@ -3924,7 +3929,7 @@ Value (string):
   "policies": {
     "PictureInPicture": {
       "Enabled": true | false,
-      "Locked": true, false
+      "Locked": true | false
     }
   }
 }
@@ -4477,7 +4482,7 @@ Value (string):
       "SSLProxy": "hostname",
       "FTPProxy": "hostname",
       "SOCKSProxy": "hostname",
-      "SOCKSVersion": 4 | 5
+      "SOCKSVersion": 4 | 5,
       "Passthrough": "<local>",
       "AutoConfigURL": "URL_TO_AUTOCONFIG",
       "AutoLogin": true | false,

patrick-canterino.de