]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #314 from bp88/patch-4
authorMichael Kaply <consulting@kaply.com>
Tue, 18 Dec 2018 16:21:18 +0000 (10:21 -0600)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 16:21:18 +0000 (10:21 -0600)
Add clarification to Certificates description

README.md
mac/org.mozilla.firefox.plist

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": {
index db7da2da6611b68dfafa68406b3cda2b268198fb..36fde9edae31c16985ab75da0173e5f45f41adcc 100644 (file)
@@ -92,6 +92,8 @@
                <string>never</string>
                <key>ExpireAtSessionEnd</key>
                <true/>
+               <key>RejectTracker</key>
+               <true/>         
                <key>Locked</key>
                <true/>
        </dict>
                <array>
                        <string>https://www.example.org</string>
                </array>
+               <key>Default</key>
+               <true/>
+               <key>Locked</key>
+               <true/>
        </dict>
        <key>HardwareAcceleration</key>
        <false/>

patrick-canterino.de