]> git.p6c8.net - policy-templates.git/blobdiff - README-new.md
Update README-new.md
[policy-templates.git] / README-new.md
index 34ffce1690a5a34c78912c72697f918259041fe2..5bede5a63a7e51ff150bdfff08fdc97af749b8c9 100644 (file)
@@ -96,11 +96,31 @@ same folder name are grouped together.
 }
 ```
 ### CaptivePortal
 }
 ```
 ### 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": {
 ```
 {
   "policies": {
-    "CaptivePortal": [true|false]
+    "CaptivePortal": true | false
+  }
 }
 ```
 ### Certificates
 }
 ```
 ### Certificates

patrick-canterino.de