]> git.p6c8.net - policy-templates.git/commitdiff
Fix typos in policies.json code snippet areas
authorDerek Kidd <dkidd928@users.noreply.github.com>
Wed, 19 May 2021 20:50:47 +0000 (15:50 -0500)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 20:50:47 +0000 (15:50 -0500)
-updated EnableTrackingProtection policies.json code snippet (missing closing brace)
-updated EncryptedMediaExtensions policies.json code snippet (missing closing brace)
-updated PSFjs policies.json code snippet (missing closing brace)
-updated PictureInPicture policies.json code snippet (replaced comma between true and false with pipe to match styling throughout document)
-updated Proxy policies.json code snippet (missing comma at the end of "SOCKSVersion")

README.md

index 7ccd504d2fd26766a69731881ccda07993c8bf65..2040b38bd4be05d6c3eef31892cba66769da60ae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2154,6 +2154,7 @@ Value (string):
       "Fingerprinting": true | false,
       "Exceptions": ["https://example.com"]
     }
       "Fingerprinting": true | false,
       "Exceptions": ["https://example.com"]
     }
+  }
 }
 ```
 ### EncryptedMediaExtensions
 }
 ```
 ### EncryptedMediaExtensions
@@ -2202,6 +2203,7 @@ Value (string):
       "Enabled": true | false,
       "Locked": true | false
     }
       "Enabled": true | false,
       "Locked": true | false
     }
+  }
 }
 ```
 ### EnterprisePoliciesEnabled
 }
 ```
 ### EnterprisePoliciesEnabled
@@ -3601,6 +3603,7 @@ Value (string):
       "Enabled": true | false,
       "EnablePermissions": true | false
     }
       "Enabled": true | false,
       "EnablePermissions": true | false
     }
+  }
 }
 ```
 ### Permissions
 }
 ```
 ### Permissions
@@ -3924,7 +3927,7 @@ Value (string):
   "policies": {
     "PictureInPicture": {
       "Enabled": true | false,
   "policies": {
     "PictureInPicture": {
       "Enabled": true | false,
-      "Locked": true, false
+      "Locked": true | false
     }
   }
 }
     }
   }
 }
@@ -4477,7 +4480,7 @@ Value (string):
       "SSLProxy": "hostname",
       "FTPProxy": "hostname",
       "SOCKSProxy": "hostname",
       "SSLProxy": "hostname",
       "FTPProxy": "hostname",
       "SOCKSProxy": "hostname",
-      "SOCKSVersion": 4 | 5
+      "SOCKSVersion": 4 | 5,
       "Passthrough": "<local>",
       "AutoConfigURL": "URL_TO_AUTOCONFIG",
       "AutoLogin": true | false,
       "Passthrough": "<local>",
       "AutoConfigURL": "URL_TO_AUTOCONFIG",
       "AutoLogin": true | false,

patrick-canterino.de