]> git.p6c8.net - policy-templates.git/commitdiff
Update README-new.md
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 3 Jun 2019 21:36:16 +0000 (16:36 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 21:36:16 +0000 (16:36 -0500)
README-new.md

index 34ffce1690a5a34c78912c72697f918259041fe2..9a84512914344bad0f88df6c2e2ec95014c89558 100644 (file)
@@ -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
+```
+<dict>
+  <key>CaptivePortal</key>
+  <true/> | <false/>
+</dict>
+```
+
+#### JSON
 ```
 {
   "policies": {
-    "CaptivePortal": [true|false]
+         "CaptivePortal": true | false
+  }
 }
 ```
 ### Certificates

patrick-canterino.de