X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/6d24e31c4a732a57532162b1671857c4d773fbf0..feb655cc99052b68da983d9afada0748945d87a4:/docs/index.md?ds=inline
diff --git a/docs/index.md b/docs/index.md
index d297f90..5478516 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2884,9 +2884,11 @@ If `Fingerprinting` is set to true, fingerprinting scripts on websites are block
If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
+If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of information exposed to websites to protect against potential fingerprinting attempts. (Firefox 142, Firefox ESR 140.2)
+
`Exceptions` are origins for which tracking protection is not enabled.
-`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.
+`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.)\
**CCK2 Equivalent:** N/A\
@@ -2899,6 +2901,7 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\EmailTracking = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\EnableTrackingProtection\SuspectedFingerprinting = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Category = "strict" | "standard"
```
@@ -2960,6 +2963,14 @@ Value (string):
```
```
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_SuspectedFingerprinting
+```
+Value (string):
+```
+ or
+```
#### macOS
```
@@ -2975,6 +2986,8 @@ Value (string):
|
EmailTracking
|
+ SuspectedFingerprinting
+ |
Exceptions
Category
strict | standard
@@ -2994,6 +3007,7 @@ Value (string):
"Cryptomining": true | false,
"Fingerprinting": true | false,
"EmailTracking": true | false,
+ "SuspectedFingerprinting": true | false,
"Category": "strict" | "standard",
"Exceptions": ["https://example.com"]
}
@@ -3873,9 +3887,14 @@ Configure the default homepage and how Firefox starts.
`Additional` allows for more than one homepage.
-`StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
+`StartPage` is how Firefox starts.
-With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
+| Value | Description
+|-------------------|-----------------------------------------------------------------------------
+| `none` | Start with a blank page (no homepage, no previous session).
+| `homepage` | Start with the homepage in `URL` policy.
+| `previous-session`| Restore the previous session (all tabs and windows reopen).
+| `homepage-locked` | Always force the homepage at startup, users cannot choose session restore. (Firefox 78)
**Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
**CCK2 Equivalent:** `homePage`,`lockHomePage`\