From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:36:12 +0000 (-0500) Subject: Make it clear that the AppUpdatePin value must end in a dot. X-Git-Tag: v7.6~14 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/78d5b1a6b036fe3068b84680e475f7e8a8ba16dd?ds=sidebyside Make it clear that the AppUpdatePin value must end in a dot. --- diff --git a/docs/index.md b/docs/index.md index 10883e0..f7a76c7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -317,7 +317,9 @@ Prevent Firefox from being updated beyond the specified version. You can specify the any version as ```xx.``` and Firefox will be updated with all minor versions, but will not be updated beyond the major version. -You can also specify the version as ```xx.xx``` and Firefox will be updated with all patch versions, but will not be updated beyond the minor version. +You can also specify the version as ```xx.xx.``` and Firefox will be updated with all patch versions, 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 end up existing, Firefox will update beyond that version.