From 0aece7d2fc77e79c72fcbc06f23e172f5bf53ea5 Mon Sep 17 00:00:00 2001 From: Derek Kidd Date: Wed, 19 May 2021 15:50:47 -0500 Subject: [PATCH] Fix typos in policies.json code snippet areas -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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ccd504..2040b38 100644 --- 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 @@ -3601,6 +3603,7 @@ Value (string): "Enabled": true | false, "EnablePermissions": true | false } + } } ``` ### Permissions @@ -3924,7 +3927,7 @@ Value (string): "policies": { "PictureInPicture": { "Enabled": true | false, - "Locked": true, false + "Locked": true | false } } } @@ -4477,7 +4480,7 @@ Value (string): "SSLProxy": "hostname", "FTPProxy": "hostname", "SOCKSProxy": "hostname", - "SOCKSVersion": 4 | 5 + "SOCKSVersion": 4 | 5, "Passthrough": "", "AutoConfigURL": "URL_TO_AUTOCONFIG", "AutoLogin": true | false, -- 2.34.1