From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:00:58 +0000 (-0400) Subject: Tracking Protection Exceptions X-Git-Tag: v7.5~6^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/03f1fd3dabba8f91eabb866c6a924b273a7982f6?ds=sidebyside;hp=-c Tracking Protection Exceptions --- 03f1fd3dabba8f91eabb866c6a924b273a7982f6 diff --git a/docs/index.md b/docs/index.md index f1b56e0..9d40284 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2892,7 +2892,9 @@ If this policy is not configured, tracking protection is not enabled by default If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing. -If `Value` is set to true, tracking protection is enabled by default in both the regular browser and private browsing and the `Locked` value determines whether or not a user can change it. +If `Value` is set to true, tracking protection is enabled by default in both the regular browser and private browsing. + +If `Locked` is set to true, users cannot change tracking protection values. If `Cryptomining` is set to true, cryptomining scripts on websites are blocked. @@ -2906,9 +2908,15 @@ If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of infor `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. (Firefox 142, Firefox ESR 140.2) -**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.)\ +IF `BaselineExceptions` is true, Firefox will automatically apply exceptions required to avoid major website breakage. (Firefox 145) + +If `ConvenienceExceptions`is true, Firefox will apply exceptions automatically that are only required to fix minor issues and make convenience features available. (Firefox 145) + +Note: Users can change `BaselineExceptions` and `ConvenienceExceptions` even when `Category` is set to ```strict``` unless `Locked` is set to true. + +**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. BaselineExceptions and ConvenienceExceptions added in Firefox 145)\ **CCK2 Equivalent:** N/A\ -**Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled` +**Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`, `privacy.fingerprintingProtection`, `privacy.trackingprotection.emailtracking.enabled`, `privacy.trackingprotection.emailtracking.pbmode.enabled`, `privacy.trackingprotection.allow_list.baseline.enabled`, `privacy.trackingprotection.allow_list.convenience.enabled` #### Windows (GPO) ``` diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index 341b7a0..c766e4f 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -81,6 +81,7 @@ Firefox 142 oder höher, Firefox 140.2 ESR oder höher Firefox 144 oder höher, Firefox 140.4 ESR oder höher Firefox 144 oder höher + Firefox 145 oder höher Firefox Berechtigungen Kamera @@ -818,6 +819,14 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird Wenn diese Richtlinieneinstellung aktiviert ist, reduziert Firefox die Menge an Informationen, die Websites zur Verfügung gestellt werden, um potenzielle Fingerprinting-Versuche zu verhindern. Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, reduziert Firefox die bereitgestellten Informationen für verdächtiges Fingerprinting nicht. + Grundlegende Ausnahmen + Wenn diese Richtlinieneinstellung aktiviert ist, wendet Firefox automatisch die erforderlichen Ausnahmen an, um schwerwiegende Website-Fehler zu vermeiden. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wendet Firefox die erforderlichen Ausnahmen zur Vermeidung schwerwiegender Website-Fehler nicht automatisch an. + Komfortausnahmen + Wenn diese Richtlinieneinstellung aktiviert ist, wendet Firefox automatisch Ausnahmen an, die nur erforderlich sind, um kleinere Probleme zu beheben und Komfortfunktionen verfügbar zu machen. + +Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wendet Firefox solche Ausnahmen nicht automatisch an. 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. diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 7b404aa..fdd1fd2 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -81,6 +81,7 @@ Firefox 142 or later, Firefox 140.2 ESR or later Firefox 144 or later, Firefox 140.4 ESR or later Firefox 144 or later + Firefox 145 or later Firefox Permissions Camera @@ -818,6 +819,14 @@ If this policy is disabled or not configured, the default tracking protection mo 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. + Baseline Exceptions + If this policy is enabled, Firefox will automatically apply exceptions required to avoid major website breakage. + +If this policy is disabled or not configured, Firefox will not automatically apply exceptions required to avoid major website breakage. + Convenience Exceptions + If this policy is enabled, Firefox will apply exceptions automatically that are only required to fix minor issues and make convenience features available. + +If this policy is disabled or not configured, Firefox will not Firefox will apply exceptions automatically that are only required to fix minor issues and make convenience features available. 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 8080e41..e70f508 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -83,6 +83,7 @@ + @@ -3723,6 +3724,26 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml index 53c7ff5..7ce0c29 100644 --- a/windows/fr-FR/firefox.adml +++ b/windows/fr-FR/firefox.adml @@ -81,6 +81,7 @@ Firefox 142 ou supérieur, Firefox 140.2 ESR ou supérieur Firefox 144 ou supérieur, Firefox 140.4 ESR ou supérieur Firefox 144 ou supérieur + Firefox 145 ou supérieur Firefox Permissions Caméra @@ -818,6 +819,14 @@ Si cette stratégie est désactivée ou non configurée, le mode de protection c 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. + Exceptions de base + Si cette stratégie est activée, Firefox appliquera automatiquement les exceptions nécessaires pour éviter les défaillances majeures des sites web. + +Si cette stratégie est désactivée ou non configurée, Firefox n’appliquera pas automatiquement les exceptions nécessaires pour éviter les défaillances majeures des sites web. + Exceptions de commodité + Si cette stratégie est activée, Firefox appliquera automatiquement les exceptions nécessaires pour corriger de petits problèmes et rendre certaines fonctionnalités pratiques disponibles. + +Si cette stratégie est désactivée ou non configurée, Firefox n’appliquera pas automatiquement ces exceptions. 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. diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml index b141222..9c4d8d7 100644 --- a/windows/ru-RU/firefox.adml +++ b/windows/ru-RU/firefox.adml @@ -82,6 +82,7 @@ Firefox 142 или более поздние версии, Firefox 140.2 ESR или более поздние версии Firefox 144 или более поздние версии, Firefox 140.4 ESR или более поздние версии Firefox 144 или более поздние версии + Firefox 145 или более поздние версии Firefox Разрешения Камера @@ -821,6 +822,14 @@ Mozilla рекомендует не отключать телеметрию. И Если эта политика включена, Firefox уменьшает объём информации, предоставляемой веб-сайтам, чтобы защититься от возможных попыток снятия отпечатков. Если эта политика отключена или не настроена, Firefox не ограничивает объём предоставляемой информации для случаев подозрительного снятия отпечатков. + Базовые исключения + Если эта политика включена, Firefox автоматически применяет исключения, необходимые для предотвращения серьезных сбоев работы веб-сайтов. + +Если эта политика отключена или не настроена, Firefox не будет автоматически применять исключения, необходимые для предотвращения серьезных сбоев работы веб-сайтов. + Исключения для удобства + Если эта политика включена, Firefox автоматически применяет исключения, которые нужны только для устранения незначительных проблем и включения дополнительных удобных функций. + +Если эта политика отключена или не настроена, Firefox не будет автоматически применять такие исключения. Запрошенный языковой стандарт Запрошенный языковой стандарт (строка) Если эта политика включена, вы можете указать список запрошенных локалей для приложения в порядке предпочтения. Это приведет к активации соответствующего языкового пакета.