X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/831939465c14f6d1394005e794c2b5590ebc82d9..4b8fa6910753b1f4ff8589e579aba4dae0533a21:/docs/index.md?ds=sidebyside diff --git a/docs/index.md b/docs/index.md index 1299c69..130ed1d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3356,7 +3356,7 @@ Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0 #### Windows (Intune) OMA-URI: ``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/WebSuggestions +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_WebSuggestions ``` Value (string): ``` @@ -3364,7 +3364,7 @@ Value (string): ``` OMA-URI: ``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/SponsoredSuggestions +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_SponsoredSuggestions ``` Value (string): ``` @@ -3372,7 +3372,7 @@ Value (string): ``` OMA-URI: ``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/ImproveSuggest +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_ImproveSuggest ``` Value (string): ``` @@ -3380,7 +3380,7 @@ Value (string): ``` OMA-URI: ``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/Locked +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_Locked ``` Value (string): ``` @@ -3796,7 +3796,7 @@ Software\Policies\Mozilla\Firefox\HttpAllowlist\2 = "http://example.edu" #### Windows (Intune) OMA-URI: ``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist ``` Value (string): ``` @@ -3806,7 +3806,7 @@ Value (string): #### macOS ``` - HttpAllowlist + HttpAllowlist http://example.org http://example.edu @@ -3817,7 +3817,7 @@ Value (string): ``` { "policies": { - "HttpAllowlist ": ["http://example.org", + "HttpAllowlist": ["http://example.org", "http://example.edu"] } }