From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 19 Aug 2025 13:21:41 +0000 (-0400)
Subject: Add SuspectedFingerprinting
X-Git-Tag: v7.2~4^2~3
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c6b79bf88d3055176779363a16e49559cfc65720?ds=sidebyside;hp=-c
Add SuspectedFingerprinting
---
c6b79bf88d3055176779363a16e49559cfc65720
diff --git a/docs/index.md b/docs/index.md
index d297f90..c7c1634 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2884,6 +2884,8 @@ 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.
`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.
@@ -2899,6 +2901,7 @@ 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"
```
@@ -2960,6 +2963,14 @@ Value (string):
```
```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+ or
+```
#### macOS
```
@@ -2975,6 +2986,8 @@ Value (string):
|
EmailTracking
|
+ SuspectedFingerprinting
+ |
Exceptions
Category
strict | standard
@@ -2994,6 +3007,7 @@ 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 ac01a69..bca9874 100644
--- a/linux/policies.json
+++ b/linux/policies.json
@@ -102,6 +102,7 @@
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
"Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
},
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index d16239d..02fdf91 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -242,6 +242,8 @@
EmailTracking
+ SuspectedFingerprinting
+
Category
strict
Exceptions
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index b1065ea..880c316 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -810,6 +810,10 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werde
Wenn diese Richtlinie deaktiviert oder nicht konfiguriert ist, wird die standardmäÃige Einstellung für den Schutz vor Aktivitätenverfolgung verwendet und der Benutzer kann sie ä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.
@@ -1632,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 aba3527..f61ed56 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -804,12 +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 Level
- If this policy is enabled, the tracking protection level can be set to either Standard or Strict, and the user cannot change it.
+ 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 setting 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.
diff --git a/windows/firefox.admx b/windows/firefox.admx
index fee1be1..365b846 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3705,6 +3705,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 4997d27..19df004 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -810,6 +810,10 @@ Si cette stratégie est désactivée ou non configurée, les pixels et scripts d
Si cette stratégie est désactivée ou non configurée, le paramètre 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.
@@ -1629,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 c009e75..047619b 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -813,6 +813,10 @@ Mozilla ÑекомендÑÐµÑ Ð½Ðµ оÑклÑÑаÑÑ ÑелемеÑÑиÑ. Ð
ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, иÑполÑзÑеÑÑÑ Ð¿Ð°ÑамеÑÑ Ð·Ð°ÑиÑÑ Ð¾Ñ Ð¾ÑÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ð¾ ÑмолÑаниÑ, и полÑзоваÑÐµÐ»Ñ Ð¼Ð¾Ð¶ÐµÑ ÐµÐ³Ð¾ измениÑÑ.
СÑÑогий
СÑандаÑÑнÑй
+ ÐодозÑиÑелÑное ÑнÑÑие оÑпеÑаÑков (fingerprinting)
+ ÐÑли ÑÑа полиÑика вклÑÑена, Firefox ÑменÑÑÐ°ÐµÑ Ð¾Ð±ÑÑм инÑоÑмаÑии, пÑедоÑÑавлÑемой веб-ÑайÑам, ÑÑÐ¾Ð±Ñ Ð·Ð°ÑиÑиÑÑÑÑ Ð¾Ñ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½ÑÑ
попÑÑок ÑнÑÑÐ¸Ñ Ð¾ÑпеÑаÑков (fingerprinting).
+
+ÐÑли ÑÑа полиÑика оÑклÑÑена или не наÑÑÑоена, Firefox не огÑаниÑÐ¸Ð²Ð°ÐµÑ Ð¾Ð±ÑÑм пÑедоÑÑавлÑемой инÑоÑмаÑии Ð´Ð»Ñ ÑлÑÑаев подозÑиÑелÑного fingerprinting.
ÐапÑоÑеннÑй ÑзÑковой ÑÑандаÑÑ
ÐапÑоÑеннÑй ÑзÑковой ÑÑандаÑÑ (ÑÑÑока)
ÐÑли ÑÑа полиÑика вклÑÑена, Ð²Ñ Ð¼Ð¾Ð¶ÐµÑе ÑказаÑÑ ÑпиÑок запÑоÑеннÑÑ
локалей Ð´Ð»Ñ Ð¿ÑÐ¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð² поÑÑдке пÑедпоÑÑениÑ. ÐÑо пÑÐ¸Ð²ÐµÐ´ÐµÑ Ðº акÑиваÑии ÑооÑвеÑÑÑвÑÑÑего ÑзÑкового пакеÑа.
@@ -1631,6 +1635,9 @@ https://mozilla.github.io/policy-templates/#preferences.
+
+
+