From: Michael Kaply Date: Fri, 23 Mar 2018 19:38:27 +0000 (-0500) Subject: Merge branch 'master' into 1433870_EnableTrackingProtection X-Git-Tag: 0.9~31^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/9ee558d61c6a0db8d59dbdca634a2bbadae07871?ds=sidebyside;hp=-c Merge branch 'master' into 1433870_EnableTrackingProtection --- 9ee558d61c6a0db8d59dbdca634a2bbadae07871 diff --combined README.md index 8c9cdcc,42e0382..c263320 --- a/README.md +++ 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 } } ``` diff --combined windows/en-US/firefox.adml index c259fcb,2c4a9b7..617ef77 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@@ -73,16 -73,14 +73,20 @@@ Bookmark Explanation Toolbar Menu + No Default Bookmarks + Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile. + No Smart Bookmarks + Remove the Smart Bookmarks (Most Visited, Recent Tags) URL for Home page Homepage Settings Additional Homepages If you want to have more than one homepage + 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 disabled, tracking protection is disabled and locked in both the browser and private browsing. + +If this policy is enabled, private browsing is enabled by default in both the browser and private browsing and you can choose whether or not to prevent the user from changing it. Allow popups for websites @@@ -91,9 -89,6 +95,9 @@@ Block cookies for websites Allow Flash for websites Block Flash for websites + + Don't allow tracking protection preferences to be changed. + URL: diff --combined windows/firefox.admx index 39f6038,bb83f05..b06e532 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@@ -238,6 -238,26 +238,26 @@@ + + + + + + + + + + + + + + + + + + + + @@@ -248,26 -268,6 +268,26 @@@ + + + + + + + + + + + + + + + + + + + +