]> git.p6c8.net - policy-templates.git/commitdiff
Merge branch 'master' into 1433870_EnableTrackingProtection
authorMichael Kaply <consulting@kaply.com>
Fri, 23 Mar 2018 19:38:27 +0000 (14:38 -0500)
committerMichael Kaply <consulting@kaply.com>
Fri, 23 Mar 2018 19:38:27 +0000 (14:38 -0500)
1  2 
README.md
windows/en-US/firefox.adml
windows/firefox.admx

diff --cc README.md
index 8c9cdcc2123778cf7158e43746e02202a53cc870,42e038291bc027fde2c091d5bea0a930de554ac8..c263320b4dc7f04d9783949a2bcd742c8fd29325
+++ b/README.md
@@@ -197,21 -197,21 +197,36 @@@ This policy stops Firefox from checkin
    }
  }
  ```
 +### EnableTrackingProtection
 +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 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.
 +```
 +{
 +  "policies": {
 +    "EnableTrackingProtection": {
 +      "Value": [true, false],
 +      "Locked": [true, false]
 +    }
+ ### NoDefaultBookmarks
+ Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile.
+ ```
+ {
+   "policies": {
+     "NoDefaultBookmarks": true
+   }
+ }
+ ```
+ ### NoSmartBookmarks
+ Remove the Smart Bookmarks (Most Visited, Recent Tags)
+ ```
+ {
+   "policies": {
+     "NoSmartBookmarks": true
    }
  }
  ```
Simple merge
Simple merge

patrick-canterino.de