X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/e635e5ab354c05a8ff381bd1df312e3f89159c81..4c4551f2cbeb8e5b707015f1e739bee483068766:/README-new.md?ds=inline diff --git a/README-new.md b/README-new.md index 34ffce1..d104fba 100644 --- a/README-new.md +++ b/README-new.md @@ -96,11 +96,31 @@ 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