"policies": {
"InstallAddonsPermission": {
"Allow": ["http://example.org/",
- "http://example.edu/"]
- "Default": [true|false], /* If this is set to false, add-ons cannot be installed by the user */
+ "http://example.edu/"],
+ "Default": [true|false] /* If this is set to false, add-ons cannot be installed by the user */
}
}
}
To specify ports, append them to the hostnames with a colon (:). If Locked is set to true, the values can't be changed by the user.
```
{
- "Proxy": {
- "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"]
- "Locked": [true, false]
- "HTTPProxy": "hostname",
- "UseHTTPProxyForAllProtocols": [true, false]
- "SSLProxy": "hostname",
- "FTPProxy": "hostname",
- "SOCKSProxy": "hostname",
- "SOCKSVersion": [4, 5],
- "Passthrough": "List of passthrough addresses/domains",
- "AutoConfigURL": "URL_TO_AUTOCONFIG",
- "AutoLogin": [true, false],
- "UseProxyForDNS": [true, false]
+ "policies": {
+ "Proxy": {
+ "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"],
+ "Locked": [true, false],
+ "HTTPProxy": "hostname",
+ "UseHTTPProxyForAllProtocols": [true, false],
+ "SSLProxy": "hostname",
+ "FTPProxy": "hostname",
+ "SOCKSProxy": "hostname",
+ "SOCKSVersion": [4, 5],
+ "Passthrough": "List of passthrough addresses/domains",
+ "AutoConfigURL": "URL_TO_AUTOCONFIG",
+ "AutoLogin": [true, false],
+ "UseProxyForDNS": [true, false]
+ }
}
}
```