From: Michael Kaply Date: Fri, 23 Mar 2018 19:34:40 +0000 (-0500) Subject: Merge branch 'master' into 1433870_EnableTrackingProtection X-Git-Tag: 0.9~31^2~2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b8c72d165052bc2ea433620858127018fa655d0c?hp=585f1ac682dc9018d2e77f913d61db880b771aa8 Merge branch 'master' into 1433870_EnableTrackingProtection --- diff --git a/README.md b/README.md index ae374bb..8c9cdcc 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,24 @@ 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] + } + } +} +``` ### RememberPasswords This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index e1fab39..c259fcb 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -77,6 +77,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 @@ -85,6 +91,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 eb110e6..39f6038 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -248,6 +248,26 @@ + + + + + + + + + + + + + + + + + + + +