From: Michael Kaply Date: Fri, 23 Mar 2018 19:39:45 +0000 (-0500) Subject: Merge pull request #27 from mozilla/1433870_EnableTrackingProtection X-Git-Tag: 0.9~31 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/22a17e8fc355540543a76e697798656afa0fbd6a?hp=58300009b430246bb7e3bd4c3fd3e5018d27b4c9 Merge pull request #27 from mozilla/1433870_EnableTrackingProtection 1433870 enable tracking protection --- diff --git a/README.md b/README.md index 42e0382..9062eed 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,22 @@ This policy stops Firefox from checking if it is the default browser at startup. } } ``` +### 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. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 2c4a9b7..617ef77 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -81,6 +81,12 @@ 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 @@ -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 --git a/windows/firefox.admx b/windows/firefox.admx index bb83f05..b06e532 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -268,6 +268,26 @@ + + + + + + + + + + + + + + + + + + + +