Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/docs/reference/policies/AppUpdatePin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading