]> git.p6c8.net - policy-templates.git/blobdiff - docs/index.md
Add EmailTracking to readme. Fixes #1217
[policy-templates.git] / docs / index.md
index 716d7a0e7337f6d66e14eb84c6f5c7987d2d1c9f..883015b1f633e707cd44067dbe8d945a6579feda 100644 (file)
@@ -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\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)
 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
 ```
 #### Windows (Intune)
@@ -2921,6 +2922,14 @@ Value (string):
 ```
 OMA-URI:
 ```
 ```
 OMA-URI:
 ```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/F_TrackingProtection_EmailTracking
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+OMA-URI:
+```
 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
 ```
 Value (string):
 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
 ```
 Value (string):
@@ -2949,6 +2958,8 @@ Value (string):
     <true/> | <false/>
     <key>Fingerprinting</key>
     <true/> | <false/>
     <true/> | <false/>
     <key>Fingerprinting</key>
     <true/> | <false/>
+    <key>EmailTracking</key>
+    <true/> | <false/>
     <key>Exceptions</key>
     <array>
       <string>https://example.com</string>
     <key>Exceptions</key>
     <array>
       <string>https://example.com</string>
@@ -2965,6 +2976,7 @@ Value (string):
       "Locked": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
       "Locked": true | false,
       "Cryptomining": true | false,
       "Fingerprinting": true | false,
+      "EmailTracking": true | false,
       "Exceptions": ["https://example.com"]
     }
   }
       "Exceptions": ["https://example.com"]
     }
   }

patrick-canterino.de