]> git.p6c8.net - policy-templates.git/commitdiff
Added some clarification on policies
authorbp88 <balmes.pavlov@gmail.com>
Tue, 18 Dec 2018 03:55:51 +0000 (22:55 -0500)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 03:55:51 +0000 (22:55 -0500)
Clarified certain policy descriptions for macOS. Fixed minor typos.

README.md

index 28008b4e069290002ccebe0f25013224b16aca71..4bdf72f93b88fbb097475eab9ecf600b184d3d7f 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
 }
 ```
 ### DisableSafeMode
-This policy disables safe mode on Windows only.
+This policy disables safe mode on Windows and macOS only.
 ```
 {
   "policies": {
 ```
 {
   "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 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": {
 ```
 {
   "policies": {

patrick-canterino.de