#### Windows (Intune)
OMA-URI:
```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
```
Value (string):
```
#### 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>
<string id="HttpsOnlyMode_Disallowed">Off and locked</string>
<string id="HttpsOnlyMode_Enabled">On by default</string>
<string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
- <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist">HTTP Allowlist</string>
<string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>