HttpAllowlist
Configure sites that will not be upgraded to HTTPS. The sites are specified as a list of origins.
Compatibility: Firefox 127
CCK2 Equivalent: N/A
Preferences Affected: N/A
Examples
Section titled “Examples”{ "policies": { "HttpAllowlist": [ "http://example.org", "http://example.edu" ] }}JSON schema
{ "type": "array", "items": { "type": "string", "format": "uri", "pattern": "^([Ff][Ii][Ll][Ee]://.*|[Hh][Tt][Tt][Pp][Ss]?://[^/]+/?)$" }, "strict": false}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\HttpAllowlist\1 = "http://example.org"Software\Policies\Mozilla\Firefox\HttpAllowlist\2 = "http://example.edu"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlistValue (string):
<enabled/><data id="List" value="1http://example.org2http://example.edu"/><dict> <key>HttpAllowlist</key> <array> <string>http://example.org</string> <string>http://example.edu</string> </array></dict>