]> git.p6c8.net - policy-templates.git/commitdiff
Add SuspectedFingerprinting
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 19 Aug 2025 13:21:41 +0000 (09:21 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 19 Aug 2025 13:21:41 +0000 (09:21 -0400)
docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index d297f9053a9a9f0e64e424e67971f79000116ae9..c7c16346dcaf7eb341fb0686676985ba0a8e1876 100644 (file)
@@ -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 `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.
 `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\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"
 ```
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Category = "strict" | "standard"
 ```
@@ -2960,6 +2963,14 @@ Value (string):
 ```
 <data id="TrackingProtection_Category" value="strict | standard"/>
 ```
 ```
 <data id="TrackingProtection_Category" value="strict | standard"/>
 ```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
 #### macOS
 ```
 <dict>
 #### macOS
 ```
 <dict>
@@ -2975,6 +2986,8 @@ Value (string):
     <true/> | <false/>
     <key>EmailTracking</key>
     <true/> | <false/>
     <true/> | <false/>
     <key>EmailTracking</key>
     <true/> | <false/>
+    <key>SuspectedFingerprinting</key>
+    <true/> | <false/>
     <key>Exceptions</key>
     <key>Category</key>
     <string>strict | standard</string>
     <key>Exceptions</key>
     <key>Category</key>
     <string>strict | standard</string>
@@ -2994,6 +3007,7 @@ Value (string):
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
+      "SuspectedFingerprinting": true | false,
       "Category": "strict" | "standard",
       "Exceptions": ["https://example.com"]
     }
       "Category": "strict" | "standard",
       "Exceptions": ["https://example.com"]
     }
index ac01a696dc7a3d5f53fc49fb7538c1e6c972d0be..bca9874fe464481876919b72ead55d977f2a1f33 100644 (file)
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "EmailTracking": true | false,
+      "SuspectedFingerprinting": true | false,
       "Category": "strict" | "standard",
       "Exceptions": ["https://example.com"]
     },
       "Category": "strict" | "standard",
       "Exceptions": ["https://example.com"]
     },
index d16239d978bdfb284757a1ea220d0ca3467b704d..02fdf91224a9e292ac780fd2eba0e21a7efb1073 100644 (file)
                <true/>
                <key>EmailTracking</key>
                <true/>
                <true/>
                <key>EmailTracking</key>
                <true/>
+               <key>SuspectedFingerprinting</key>
+               <true/>
                <key>Category</key>
                <string>strict</string>
                <key>Exceptions</key>
                <key>Category</key>
                <string>strict</string>
                <key>Exceptions</key>
index b1065eafa271f99e64d348d1637f4ae98775a49c..880c3167a2cf51564396666f0c90726069491bb0 100644 (file)
@@ -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.</string>
       <string id="Strict">Streng</string>
       <string id="Standard">Standard</string>
 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.</string>
       <string id="Strict">Streng</string>
       <string id="Standard">Standard</string>
+      <string id="TrackingProtection_SuspectedFingerprinting">Verdächtiges Fingerprinting</string>
+      <string id="TrackingProtection_SuspectedFingerprinting_Explain">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.</string>
       <string id="RequestedLocales">Angefordertes Gebietsschema</string>
       <string id="RequestedLocalesString">Angefordertes Gebietsschema (Zeichenfolge)</string>
       <string id="RequestedLocales_Explain">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.
       <string id="RequestedLocales">Angefordertes Gebietsschema</string>
       <string id="RequestedLocalesString">Angefordertes Gebietsschema (Zeichenfolge)</string>
       <string id="RequestedLocales_Explain">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
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
+      <presentation id="TrackingProtection_Category">
+        <dropdownList refId="TrackingProtection_Category"/>
+      </presentation>
     </presentationTable>
   </resources>
 </policyDefinitionResources>
     </presentationTable>
   </resources>
 </policyDefinitionResources>
index aba3527965b51120790d9bdb0bf059f4647cca29..f61ed56c9ad03b9c7d588db6c939bdce60d8d95e 100644 (file)
@@ -804,12 +804,16 @@ If this policy is disabled or not configured, the user can change tracking prote
       <string id="TrackingProtection_EmailTracking_Explain">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.</string>
       <string id="TrackingProtection_EmailTracking_Explain">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.</string>
-      <string id="TrackingProtection_Category">Tracking Protection Level</string>
-      <string id="TrackingProtection_Category_Explain">If this policy is enabled, the tracking protection level can be set to either Standard or Strict, and the user cannot change it.
+      <string id="TrackingProtection_Category">Tracking Protection Mode</string>
+      <string id="TrackingProtection_Category_Explain">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.</string>
       <string id="Strict">Strict</string>
       <string id="Standard">Standard</string>
 
 If this policy is disabled or not configured, the default tracking protection setting is used and the user can change it.</string>
       <string id="Strict">Strict</string>
       <string id="Standard">Standard</string>
+      <string id="TrackingProtection_SuspectedFingerprinting">Suspected Fingerprinting</string>
+      <string id="TrackingProtection_SuspectedFingerprinting_Explain">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.</string>
       <string id="RequestedLocales">Requested locale</string>
       <string id="RequestedLocalesString">Requested locale (string)</string>
       <string id="RequestedLocales_Explain">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.
       <string id="RequestedLocales">Requested locale</string>
       <string id="RequestedLocalesString">Requested locale (string)</string>
       <string id="RequestedLocales_Explain">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.
index fee1be19ab29a30535bd6aac511487fc3b020424..365b846dd31146013218df57e75f9c899572156d 100644 (file)
         </enum>
       </elements>
     </policy>
         </enum>
       </elements>
     </policy>
+    <policy name="H_TrackingProtection_SuspectedFingerprinting" class="Both" displayName="$(string.TrackingProtection_SuspectedFingerprinting)" explainText="$(string.TrackingProtection_SuspectedFingerprinting_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="SuspectedFingerprinting">
+      <parentCategory ref="TrackingProtection"/>
+      <supportedOn ref="SUPPORTED_FF142"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
     <policy name="UserMessaging_WhatsNew" class="Both" displayName="$(string.UserMessaging_WhatsNew)" explainText="$(string.UserMessaging_WhatsNew_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="WhatsNew">
       <parentCategory ref="UserMessaging"/>
       <supportedOn ref="SUPPORTED_FF75_ONLY"/>
     <policy name="UserMessaging_WhatsNew" class="Both" displayName="$(string.UserMessaging_WhatsNew)" explainText="$(string.UserMessaging_WhatsNew_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="WhatsNew">
       <parentCategory ref="UserMessaging"/>
       <supportedOn ref="SUPPORTED_FF75_ONLY"/>
index 4997d2761f4c13ffb87bcd2467a0edc7f0c7e56d..19df00453dffef4389e74cdbac26359182c438f6 100644 (file)
@@ -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.</string>
       <string id="Strict">Strict</string>
       <string id="Standard">Standard</string>
 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.</string>
       <string id="Strict">Strict</string>
       <string id="Standard">Standard</string>
+      <string id="TrackingProtection_SuspectedFingerprinting">Empreinte numérique suspectée</string>
+      <string id="TrackingProtection_SuspectedFingerprinting_Explain">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.</string>
       <string id="RequestedLocales">Langue demandée</string>
       <string id="RequestedLocalesString">Langue demandée (chaîne)</string>
       <string id="RequestedLocales_Explain">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.
       <string id="RequestedLocales">Langue demandée</string>
       <string id="RequestedLocalesString">Langue demandée (chaîne)</string>
       <string id="RequestedLocales_Explain">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.</
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
+      <presentation id="TrackingProtection_Category">
+        <dropdownList refId="TrackingProtection_Category"/>
+      </presentation>
     </presentationTable>
   </resources>
 </policyDefinitionResources>
     </presentationTable>
   </resources>
 </policyDefinitionResources>
index c009e75063dc80098c01dcc8430932c4cd22bfc3..047619bc6759b64521da96f7bd4a2c4ac211565e 100644 (file)
@@ -813,6 +813,10 @@ Mozilla рекомендует не отключать телеметрию. И
 Если эта политика отключена или не настроена, используется параметр защиты от отслеживания по умолчанию, и пользователь может его изменить.</string>
       <string id="Strict">Строгий</string>
       <string id="Standard">Стандартный</string>
 Если эта политика отключена или не настроена, используется параметр защиты от отслеживания по умолчанию, и пользователь может его изменить.</string>
       <string id="Strict">Строгий</string>
       <string id="Standard">Стандартный</string>
+      <string id="TrackingProtection_SuspectedFingerprinting">Подозрительное снятие отпечатков (fingerprinting)</string>
+      <string id="TrackingProtection_SuspectedFingerprinting_Explain">Если эта политика включена, Firefox уменьшает объём информации, предоставляемой веб-сайтам, чтобы защититься от возможных попыток снятия отпечатков (fingerprinting).
+
+Если эта политика отключена или не настроена, Firefox не ограничивает объём предоставляемой информации для случаев подозрительного fingerprinting.</string>
       <string id="RequestedLocales">Запрошенный языковой стандарт</string>
       <string id="RequestedLocalesString">Запрошенный языковой стандарт (строка)</string>
       <string id="RequestedLocales_Explain">Если эта политика включена, вы можете указать список запрошенных локалей для приложения в порядке предпочтения. Это приведет к активации соответствующего языкового пакета.
       <string id="RequestedLocales">Запрошенный языковой стандарт</string>
       <string id="RequestedLocalesString">Запрошенный языковой стандарт (строка)</string>
       <string id="RequestedLocales_Explain">Если эта политика включена, вы можете указать список запрошенных локалей для приложения в порядке предпочтения. Это приведет к активации соответствующего языкового пакета.
@@ -1631,6 +1635,9 @@ https://mozilla.github.io/policy-templates/#preferences.</string>
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
       <presentation id="ContentAnalysis_TimeoutResult">
         <dropdownList refId="ContentAnalysis_TimeoutResult"/>
       </presentation>
+      <presentation id="TrackingProtection_Category">
+        <dropdownList refId="TrackingProtection_Category"/>
+      </presentation>
     </presentationTable>
   </resources>
 </policyDefinitionResources>
     </presentationTable>
   </resources>
 </policyDefinitionResources>

patrick-canterino.de