X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/18f517aa86bf0f0a66c49e6f5d267a3bb77a246d..e0c475a152fc528cbfb28674c8c172fdc8de90ce:/docs/index.md
diff --git a/docs/index.md b/docs/index.md
index 716d7a0..669a219 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -115,7 +115,7 @@ Note: The `policies.json` must use the UTF-8 encoding.
| **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
| **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
| **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
-| **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
+| **[`SearchEngines`](#searchengines)** |
| **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
| **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
| **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
@@ -2892,6 +2892,7 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
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\Exceptions\1 = "https://example.com"
```
#### Windows (Intune)
@@ -2921,6 +2922,14 @@ Value (string):
```
OMA-URI:
```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/F_TrackingProtection_EmailTracking
+```
+Value (string):
+```
+ or
+```
+OMA-URI:
+```
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
```
Value (string):
@@ -2949,6 +2958,8 @@ Value (string):
|
Fingerprinting
|
+ EmailTracking
+ |
Exceptions
https://example.com
@@ -2965,6 +2976,7 @@ Value (string):
"Locked": true | false,
"Cryptomining": true | false,
"Fingerprinting": true | false,
+ "EmailTracking": true | false,
"Exceptions": ["https://example.com"]
}
}
@@ -6215,17 +6227,17 @@ Value (string):
```
-### SearchEngines (This policy is only available on the ESR.)
+### SearchEngines
+
+As of Firefox 139, this policy is available in all versions of Firefox.
### SearchEngines | Add
Add new search engines. Although there are only five engines available in the ADMX template, there is no limit. To add more in the ADMX template, you can duplicate the XML.
-This policy is only available on the ESR. `Name` and `URLTemplate` are required.
-
-`Name` is the name of the search engine.
+`Name` is the name of the search engine. (Required)
-`URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
+`URLTemplate` is the search URL with {searchTerms} to substitute for the search term. (Required)
`Method` is either GET or POST
@@ -6241,7 +6253,7 @@ This policy is only available on the ESR. `Name` and `URLTemplate` are required.
`Encoding` is the query charset for the engine. It defaults to UTF-8.
-**Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
+**Compatibility:** Firefox 139, Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
**CCK2 Equivalent:** `searchplugins`\
**Preferences Affected:** N/A
@@ -6325,9 +6337,9 @@ Value (string):
```
### SearchEngines | Default
-Set the default search engine. This policy is only available on the ESR.
+Set the default search engine.
-**Compatibility:** Firefox ESR 60\
+**Compatibility:** Firefox 139, Firefox ESR 60\
**CCK2 Equivalent:** `defaultSearchEngine`\
**Preferences Affected:** N/A
@@ -6369,7 +6381,7 @@ Value (string):
Prevent installing search engines from webpages.
-**Compatibility:** Firefox ESR 60\
+**Compatibility:** Firefox 139, Firefox ESR 60\
**CCK2 Equivalent:** `disableSearchEngineInstall`\
**Preferences Affected:** N/A
@@ -6408,9 +6420,9 @@ Value (string):
```
### SearchEngines | Remove
-Hide built-in search engines. This policy is only available on the ESR.
+Hide built-in search engines.
-**Compatibility:** Firefox ESR 60.2\
+**Compatibility:** Firefox 139, Firefox ESR 60.2\
**CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
**Preferences Affected:** N/A