From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 3 Jun 2019 21:36:16 +0000 (-0500) Subject: Update README-new.md X-Git-Tag: v1.8~25^2~15 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/45bf4afe041b905325af33a7936f08a761caba84?ds=inline;hp=e635e5ab354c05a8ff381bd1df312e3f89159c81 Update README-new.md --- diff --git a/README-new.md b/README-new.md index 34ffce1..9a84512 100644 --- a/README-new.md +++ b/README-new.md @@ -96,11 +96,33 @@ same folder name are grouped together. } ``` ### CaptivePortal -This policy enables or disables captive portal support by setting and locking the preference `network.captive-portal-service.enabled`. +A Boolean value that enables or disables captive portal support by setting and locking the preference `network.captive-portal-service.enabled`. + +**Compatibility:** Firefox 67, Firefox ESR 60.7 + +**CCK2 Equivalent:** N/A + +**Preferences Affected:** `network.captive-portal-service.enabled` + +#### Windows +| Type | Registry Location | +| ---- | ----------------- | +| `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\CaptivePortal` | + +#### macOS +``` + + CaptivePortal + | + +``` + +#### JSON ``` { "policies": { - "CaptivePortal": [true|false] + "CaptivePortal": true | false + } } ``` ### Certificates