X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/5c4977f107ab2fe796f0d5ebc2f53db4f5d059e3..4b8fa6910753b1f4ff8589e579aba4dae0533a21:/docs/index.md diff --git a/docs/index.md b/docs/index.md index b6667db..130ed1d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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"] } }