From: Michael Kaply Date: Tue, 20 Mar 2018 17:16:42 +0000 (-0500) Subject: Policy for EnableTrackingProtection. Fixes #21 X-Git-Tag: 0.9~31^2~4 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c107f36a2e8916c333c4007a43de0db39870aa0d Policy for EnableTrackingProtection. Fixes #21 --- diff --git a/README.md b/README.md index b6d3bc6..6496527 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,24 @@ This policy stops Firefox from checking if it is the default browser at startup. } } ``` +### EnableTrackingProtection +This policy enables 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 06beb4b..e32018f 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 198dc65..c393ef9 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -238,6 +238,26 @@ + + + + + + + + + + + + + + + + + + + +