#### macOS
```
<dict>
- <key>HttpAllowlist </key>
+ <key>HttpAllowlist</key>
<array>
<string>http://example.org</string>
<string>http://example.edu</string>
```
{
"policies": {
- "HttpAllowlist ": ["http://example.org",
+ "HttpAllowlist": ["http://example.org",
"http://example.edu"]
}
}
"http://example.edu/"],
"StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
},
- "HttpAllowlist ": ["http://example.org",
+ "HttpAllowlist": ["http://example.org",
"http://example.edu"],
"HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled",
"InstallAddonsPermission": {
<key>StartPage</key>
<string>homepage</string>
</dict>
- <key>HttpAllowlist </key>
+ <key>HttpAllowlist</key>
<array>
<string>http://example.org</string>
<string>http://example.edu</string>