]> git.p6c8.net - policy-templates.git/commitdiff
Fix missing pipe symbols
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 3 Jun 2020 21:03:22 +0000 (16:03 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 3 Jun 2020 21:03:22 +0000 (16:03 -0500)
README.md

index 4543d91239319621d6fddebcce7179f2f05babb5..e77e9d8c4d00508e197af25fcc7d933084bb8891 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1558,8 +1558,8 @@ Value (string):
 {
   "policies": {
     "DisableSecurityBypass": {
-      "InvalidCertificate": true false,
-      "SafeBrowsing": true false
+      "InvalidCertificate": true false,
+      "SafeBrowsing": true false
     }
   }
 }
@@ -2069,7 +2069,7 @@ Value (string):
   "policies": {
     "EncryptedMediaExtensions": {
       "Enabled": true | false,
-      "Locked": true false
+      "Locked": true false
     }
 }
 ```

patrick-canterino.de