]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge pull request #313 from bp88/patch-3
[policy-templates.git] / README.md
index 28008b4e069290002ccebe0f25013224b16aca71..21ef1ad1f6d5a0a2e9ca21e610a3eb102f1d298b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -286,7 +286,7 @@ This policy disables the Refresh Firefox button on about:support and support.moz
 }
 ```
 ### DisableSafeMode
-This policy disables safe mode on Windows only.
+This policy disables safe mode on Windows and macOS only.
 ```
 {
   "policies": {
@@ -358,9 +358,11 @@ This policy affects tracking protection.
 
 If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it.
 
-If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing.
+If Value is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
 
-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.
+If Value is set to true, tracking protection is enabled by default in both the regular browser and private browsing.
+
+You can choose to set the Locked value if you want to prevent the user from changing it.
 ```
 {
   "policies": {

patrick-canterino.de