X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/bb25592e4bc60fd11a676ad53eecec7fea93ea4b..e4dd0bcad6faac8c10fb825f78121eb6cf899da4:/docs/index.md diff --git a/docs/index.md b/docs/index.md index 82bc71b..9af0275 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2928,6 +2928,8 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\EmailTracking = 0x1 | 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" +Software\Policies\Mozilla\Firefox\EnableTrackingProtection\BaselineExceptions = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\EnableTrackingProtection\ConvenienceExceptions = 0x1 | 0x0 ``` #### Windows (Intune) OMA-URI: @@ -2995,6 +2997,22 @@ Value (string): ``` or ``` +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_BaselineExceptions +``` +Value (string): +``` + or +``` +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/H_TrackingProtection_ConvenienceExceptions +``` +Value (string): +``` + or +``` #### macOS ``` @@ -3018,6 +3036,10 @@ Value (string): https://example.com + BaselineExceptions + | + ConvenienceExceptions + | ``` @@ -3033,7 +3055,9 @@ Value (string): "EmailTracking": true | false, "SuspectedFingerprinting": true | false, "Category": "strict" | "standard", - "Exceptions": ["https://example.com"] + "Exceptions": ["https://example.com"], + "BaselineExceptions": true | false, + "ConvenienceExceptions": true | false } } } @@ -6251,8 +6275,6 @@ or } } ``` - - ### SanitizeOnShutdown (Selective) Clear data on shutdown.