From 290da89fba6ff482a2a8397521fb46239397ed6b Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:56:47 -0500 Subject: [PATCH 1/3] Sync with latest version of policy docs --- src/content/docs/reference/policies/AppUpdatePin.mdx | 5 ++++- .../docs/reference/policies/EnableTrackingProtection.mdx | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/content/docs/reference/policies/AppUpdatePin.mdx b/src/content/docs/reference/policies/AppUpdatePin.mdx index 1623662..3903b29 100644 --- a/src/content/docs/reference/policies/AppUpdatePin.mdx +++ b/src/content/docs/reference/policies/AppUpdatePin.mdx @@ -10,7 +10,10 @@ The format for versioning is [semver](https://semver.org/), which uses `MAJOR.MI You can specify the major version as `xx.` (e.g, `140.`) and Firefox will be updated with all minor versions, but will not be updated beyond the major version. -You can specify a major and minor version as `xx.xx` (e.g, `140.0`) and Firefox will be updated with all patch versions (`140.0.1`, `140.0.2`), but will not be updated beyond the minor version. +You can specify a major and minor version as `xx.xx.` (e.g, `140.0.`) and Firefox will be updated with all patch versions (`140.0.1`, `140.0.2`), but will not be updated beyond the minor version. + +> [!NOTE] +> The value MUST end in a dot(.). You should specify a version that exists or is guaranteed to exist. If you specify a version that doesn't exist, Firefox will update beyond that version. diff --git a/src/content/docs/reference/policies/EnableTrackingProtection.mdx b/src/content/docs/reference/policies/EnableTrackingProtection.mdx index c0d09b6..804b7d3 100644 --- a/src/content/docs/reference/policies/EnableTrackingProtection.mdx +++ b/src/content/docs/reference/policies/EnableTrackingProtection.mdx @@ -28,7 +28,7 @@ If this policy is not configured, tracking protection is not enabled by default - 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. +> Users can change `BaselineExceptions` and `ConvenienceExceptions` even when `Category` is set to `strict` unless `Locked` is set to true. If `Locked` is set to true, the defaults are used unless a different value is specified in policy for `BaselineExceptions` and `ConvenienceExceptions`. ## Windows (GPO) From c673396b06b334e5176d100383388c22efb9e857 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:33:00 -0500 Subject: [PATCH 2/3] Update src/content/docs/reference/policies/AppUpdatePin.mdx Co-authored-by: Brian Smith --- src/content/docs/reference/policies/AppUpdatePin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/policies/AppUpdatePin.mdx b/src/content/docs/reference/policies/AppUpdatePin.mdx index 3903b29..45a8d60 100644 --- a/src/content/docs/reference/policies/AppUpdatePin.mdx +++ b/src/content/docs/reference/policies/AppUpdatePin.mdx @@ -13,7 +13,7 @@ You can specify the major version as `xx.` (e.g, `140.`) and Firefox will be upd You can specify a major and minor version as `xx.xx.` (e.g, `140.0.`) and Firefox will be updated with all patch versions (`140.0.1`, `140.0.2`), but will not be updated beyond the minor version. > [!NOTE] -> The value MUST end in a dot(.). +> The value MUST end in a dot (`.`). You should specify a version that exists or is guaranteed to exist. If you specify a version that doesn't exist, Firefox will update beyond that version. From 32144398378bc3b909a7b2644796238b9c341af1 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 2 Feb 2026 21:44:44 +0100 Subject: [PATCH 3/3] Update src/content/docs/reference/policies/EnableTrackingProtection.mdx --- .../docs/reference/policies/EnableTrackingProtection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/policies/EnableTrackingProtection.mdx b/src/content/docs/reference/policies/EnableTrackingProtection.mdx index 804b7d3..e4ba2a9 100644 --- a/src/content/docs/reference/policies/EnableTrackingProtection.mdx +++ b/src/content/docs/reference/policies/EnableTrackingProtection.mdx @@ -28,7 +28,7 @@ If this policy is not configured, tracking protection is not enabled by default - 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. If `Locked` is set to true, the defaults are used unless a different value is specified in policy for `BaselineExceptions` and `ConvenienceExceptions`. +> Users can change `BaselineExceptions` and `ConvenienceExceptions` even when `Category` is set to `strict` unless `Locked` is set to true. If `Locked` is set to `true`, `BaselineExceptions` and `ConvenienceExceptions` use their initial values (based on the tracking protection `Category`) unless policy explicitly sets them. ## Windows (GPO)