Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Strict Enhanced Tracking Protection

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Mike Kaply

more options

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
已附加屏幕截图

被采纳的解决方案

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.

定位到答案原位置 👍 1

所有回复 (3)

more options

Martin.Mlynar said

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

Or via policies.json ?

more options

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 options

选择的解决方案

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.