From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 19 Aug 2025 15:18:54 +0000 (-0400)
Subject: Merge pull request #1242 from mozilla/EnableTrackingProtection
X-Git-Tag: v7.2~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b5d346fd28401650e7b88d6c7183350ef7750310?hp=2d77c65c4ca652ac9186fddee9ed348d53752b1f
Merge pull request #1242 from mozilla/EnableTrackingProtection
Updates to EnableTrackingProtection
---
diff --git a/docs/index.md b/docs/index.md
index 62aa780..c7c1634 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2884,9 +2884,13 @@ If `Fingerprinting` is set to true, fingerprinting scripts on websites are block
If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
+If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of information exposed to websites to protect against potential fingerprinting attempts. (Firefox 142, Firefox ESR 140.2)
+
`Exceptions` are origins for which tracking protection is not enabled.
-**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
+`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions` and the user cannot change the category.
+
+**Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5. Category added in Firefox 142/140.2.)\
**CCK2 Equivalent:** N/A\
**Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
@@ -2897,7 +2901,9 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\EmailTracking = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\SuspectedFingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Category = "strict" | "standard"
```
#### Windows (Intune)
OMA-URI:
@@ -2949,6 +2955,22 @@ Value (string):
```
or
```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/G_TrackingProtection_Category
+```
+Value (string):
+```
+
+```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+ or
+```
#### macOS
```
@@ -2964,7 +2986,11 @@ Value (string):
|
EmailTracking
|
+ SuspectedFingerprinting
+ |
Exceptions
+ Category
+ strict | standard
https://example.com
@@ -2981,6 +3007,8 @@ Value (string):
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
}
}
diff --git a/linux/policies.json b/linux/policies.json
index 368a016..bca9874 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -102,6 +102,8 @@
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
+ "Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
},
"EncryptedMediaExtensions": {
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index 8872e17..02fdf91 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -242,6 +242,10 @@
EmailTracking
+ SuspectedFingerprinting
+
+ Category
+ strict
Exceptions
https://example.com
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index 8259ceb..6c26869 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -804,6 +804,16 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann
Wenn diese Richtlinieneinstellung aktiviert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites blockiert.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden versteckte E-Mail-Pixel und Skripte auf Websites nicht blockiert.
+ Modus für den Schutz vor Aktivitätenverfolgung
+ Wenn diese Richtlinie aktiviert ist, kann der Modus für den Schutz vor Aktivitätenverfolgung auf Standard oder Streng festgelegt werden, und der Benutzer kann ihn nicht ändern.
+
+Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, wird der Standardmodus für den Schutz vor Aktivitätenverfolgung verwendet und der Benutzer kann ihn ändern.
+ Streng
+ Standard
+ Verdächtiges Fingerprinting
+ Wenn diese Richtlinie aktiviert ist, reduziert Firefox die Menge an Informationen, die Websites zur Verfügung gestellt werden, um potenzielle Fingerprinting-Versuche zu verhindern.
+
+Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, reduziert Firefox die bereitgestellten Informationen für verdächtiges Fingerprinting nicht.
Angefordertes Gebietsschema
Angefordertes Gebietsschema (Zeichenfolge)
Wenn diese Richtlinieneinstellung aktiviert ist, können Sie eine Liste der angeforderten Gebietsschemata für die Anwendung in der Reihenfolge ihrer Präferenz angeben. Dadurch wird das entsprechende Sprachpaket aktiv.
@@ -1626,6 +1636,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (E
+
+
+
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 1dd2e01..a9929d7 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -804,6 +804,16 @@ If this policy is disabled or not configured, the user can change tracking prote
If this policy is enabled, hidden email tracking pixels and scripts on websites are blocked.
If this policy is disabled or not configured, hidden email tracking pixels and scripts on websites are not blocked.
+ Tracking Protection Mode
+ If this policy is enabled, the tracking protection mode can be set to either Standard or Strict, and the user cannot change it.
+
+If this policy is disabled or not configured, the default tracking protection mode is used and the user can change it.
+ Strict
+ Standard
+ Suspected Fingerprinting
+ If this policy is enabled, Firefox reduces the amount of information exposed to websites to protect against potential fingerprinting attempts.
+
+If this policy is disabled or not configured, Firefox does not reduce information exposure for suspected fingerprinting.
Requested locale
Requested locale (string)
If this policy is enabled, you can specify a list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
@@ -1623,6 +1633,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
+
+
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 1a00894..365b846 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3687,6 +3687,34 @@
+
+
+
+
+
+ -
+
+ strict
+
+
+ -
+
+ standard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 587f996..4e055a4 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -804,6 +804,16 @@ Si cette stratégie est désactivée ou non configurée, l'utilisateur peut modi
Si cette stratégie est activée, les pixels et scripts de suivi des e-mails cachés sur les sites web sont bloqués.
Si cette stratégie est désactivée ou non configurée, les pixels et scripts de suivi des e-mails cachés sur les sites web ne sont pas bloqués.
+ Mode de protection contre le pistage
+ Si cette stratégie est activée, le mode de protection contre le pistage peut être défini sur Standard ou Strict, et lâutilisateur ne peut pas le modifier.
+
+Si cette stratégie est désactivée ou non configurée, le mode de protection contre le pistage par défaut est utilisé et lâutilisateur peut le modifier.
+ Strict
+ Standard
+ Empreinte numérique suspectée
+ Si cette stratégie est activée, Firefox réduit la quantité dâinformations exposées aux sites Web afin de se protéger contre les tentatives potentielles dâempreinte numérique.
+
+Si cette stratégie est désactivée ou non configurée, Firefox ne réduit pas les informations exposées pour les cas dâempreinte numérique suspectée.
Langue demandée
Langue demandée (chaîne)
Si cette stratégie est activée, vous pouvez spécifier une liste de langues demandées pour l'application, par ordre de préférence. Cela activera le pack linguistique correspondant.
@@ -1623,6 +1633,9 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.
+
+
+
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 30c1659..ba3f26c 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -807,6 +807,16 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика вклÑÑена, ÑкÑÑÑÑе пикÑели оÑÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ ÑлекÑÑонной поÑÑÑ Ð¸ ÑкÑипÑÑ Ð½Ð° веб-ÑайÑаÑ
блокиÑÑÑÑÑÑ.
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, ÑкÑÑÑÑе пикÑели оÑÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ ÑлекÑÑонной поÑÑÑ Ð¸ ÑкÑипÑÑ Ð½Ð° веб-ÑайÑаÑ
не блокиÑÑÑÑÑÑ.
+ Режим заÑиÑÑ Ð¾Ñ Ð¾ÑÑлеживаниÑ
+ ÐÑли ÑÑа полиÑика вклÑÑена, Ñежим заÑиÑÑ Ð¾Ñ Ð¾ÑÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¼Ð¾Ð¶Ð½Ð¾ ÑÑÑановиÑÑ ÐºÐ°Ðº «СÑандаÑÑнÑй» или «СÑÑогий», и полÑзоваÑÐµÐ»Ñ Ð½Ðµ ÑÐ¼Ð¾Ð¶ÐµÑ ÐµÐ³Ð¾ измениÑÑ.
+
+ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, иÑполÑзÑеÑÑÑ Ñежим заÑиÑÑ Ð¾Ñ Ð¾ÑÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ ÑмолÑаниÑ, и полÑзоваÑÐµÐ»Ñ Ð¼Ð¾Ð¶ÐµÑ ÐµÐ³Ð¾ измениÑÑ.
+ СÑÑогий
+ СÑандаÑÑнÑй
+ ÐодозÑиÑелÑное ÑнÑÑие оÑпеÑаÑков
+ ÐÑли ÑÑа полиÑика вклÑÑена, Firefox ÑменÑÑÐ°ÐµÑ Ð¾Ð±ÑÑм инÑоÑмаÑии, пÑедоÑÑавлÑемой веб-ÑайÑам, ÑÑÐ¾Ð±Ñ Ð·Ð°ÑиÑиÑÑÑÑ Ð¾Ñ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½ÑÑ
попÑÑок ÑнÑÑÐ¸Ñ Ð¾ÑпеÑаÑков.
+
+ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, Firefox не огÑаниÑÐ¸Ð²Ð°ÐµÑ Ð¾Ð±ÑÑм пÑедоÑÑавлÑемой инÑоÑмаÑии Ð´Ð»Ñ ÑлÑÑаев подозÑиÑелÑного ÑнÑÑÐ¸Ñ Ð¾ÑпеÑаÑков.
ÐапÑоÑеннÑй ÑзÑковой ÑÑандаÑÑ
ÐапÑоÑеннÑй ÑзÑковой ÑÑандаÑÑ (ÑÑÑока)
ÐÑли ÑÑа полиÑика вклÑÑена, Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе ÑказаÑÑ ÑпиÑок запÑоÑеннÑÑ
локалей Ð´Ð»Ñ Ð¿ÑÐ¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð² поÑÑдке пÑедпоÑÑениÑ. ÐÑо пÑÐ¸Ð²ÐµÐ´ÐµÑ Ðº акÑиваÑии ÑооÑвеÑÑÑвÑÑÑего ÑзÑкового пакеÑа.
@@ -1625,6 +1635,9 @@ https://mozilla.github.io/policy-templates/#preferences.
+
+
+