From 45bf4afe041b905325af33a7936f08a761caba84 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Mon, 3 Jun 2019 16:36:16 -0500 Subject: [PATCH 1/1] Update README-new.md --- README-new.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 -- 2.34.1