Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Strict Enhanced Tracking Protection

  • 3 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 52 views
  • Last reply by Mike Kaply

Hi All,

How can the Enhanced Tracking Protection set to Strict via group policy.

Thank you

Hi All, How can the Enhanced Tracking Protection set to Strict via group policy. Thank you
Attached screenshots

தீர்வு தேர்ந்தெடுக்கப்பட்டது

More info. Strict is setting that value as well as a combination of prefs.

   network.cookie.cookieBehavior = 5

Must be set explicitly via the Preferences policy

   privacy.trackingprotection.fingerprinting.enabled = true

Set if EnableTrackingProtection->Fingerprinting is true

   privacy.trackingprotection.cryptomining.enabled = true

Set if EnableTrackingProtection->Cryptomining is true

   privacy.trackingprotection.socialtracking.enabled = true

Must be set via the Preferences policy

   privacy.trackingprotection.enabled = true
   privacy.trackingprotection.pbmode.enabled = true

Set if EnableTrackingProtection->Enabled is true

Again, I'm looking into making this simpler.

Read this answer in context 👍 1

All Replies (3)

Martin.Mlynar said

Hi All, How can be the Enhanced Tracking Protection set to Strict via group policy. Thank you

Or via policies.json ?

You can use the Preferences policy to set

browser.contentblocking.category

to "strict"

We're looking into making this easier to set via policy

தீர்வு தேர்ந்தெடுக்கப்பட்டது

More info. Strict is setting that value as well as a combination of prefs.

   network.cookie.cookieBehavior = 5

Must be set explicitly via the Preferences policy

   privacy.trackingprotection.fingerprinting.enabled = true

Set if EnableTrackingProtection->Fingerprinting is true

   privacy.trackingprotection.cryptomining.enabled = true

Set if EnableTrackingProtection->Cryptomining is true

   privacy.trackingprotection.socialtracking.enabled = true

Must be set via the Preferences policy

   privacy.trackingprotection.enabled = true
   privacy.trackingprotection.pbmode.enabled = true

Set if EnableTrackingProtection->Enabled is true

Again, I'm looking into making this simpler.