]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Merge pull request #314 from bp88/patch-4
[policy-templates.git] / README.md
index 778f75994da61d0622ce16b586fd24094d2d0038..69ccf0b47616efc86a2b12ee94a16172751b4018 100644 (file)
--- a/README.md
+++ b/README.md
@@ -291,7 +291,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": {
@@ -363,9 +363,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