summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/helpers/sample_proxy.json
blob: 0daaf70409ad46a46dd0f5b85f983e0b0a28a71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "policies": {
    "Proxy": {
      "Mode": "manual",
      "Locked": true,
      "HTTPProxy": "www.example.com:42",
      "UseHTTPProxyForAllProtocols": true,
      "Passthrough": "foo, bar, baz",
      "SOCKSVersion": 4,
      "UseProxyForDNS": true
    }
  }
}