From b301ca5cb42fd83cbbe35dacbf730c9bd9f2fed2 Mon Sep 17 00:00:00 2001 From: Jeffrey McClain Date: Fri, 31 Aug 2018 09:44:32 -0700 Subject: [PATCH] Fix Typo Fixed a couple minor typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d8424..9e54f14 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ If this policy is not configured, tracking protection is not enabled by default If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing. -If Value is set to true, private browsing 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 browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it. ``` { "policies": { @@ -397,7 +397,7 @@ This policy sets the behavior of Flash on the specified domains, as well as the "FlashPlugin": { "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */ "Block": ["http://example.edu/"], - "Default": [true|false], /* If this is set to true, flash is always enabled. If it is set to false, Flash is never enabled */ + "Default": [true|false], /* If this is set to true, Flash is always enabled. If it is set to false, Flash is never enabled */ "Locked": [true|false] } } -- 2.34.1