diff --git a/src/content/docs/reference/policies/AppUpdatePin.mdx b/src/content/docs/reference/policies/AppUpdatePin.mdx index 1623662..45a8d60 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..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. +> 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)