X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/8530bcf26a4538d157764369c22126a2637030da..d22a49a88af0d5af08db04e0490727d9f2f97821:/docs/index.md diff --git a/docs/index.md b/docs/index.md index 82bc71b..f65b8b1 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. @@ -6456,8 +6478,6 @@ Value (string): } } ``` - - ### SearchEngines As of Firefox 139, this policy is available in all versions of Firefox.