30 lines
No EOL
1.1 KiB
JSON
30 lines
No EOL
1.1 KiB
JSON
{
|
|
"firefox.proxy_mode": "Manual proxy configuration",
|
|
"firefox.manual.http_proxy.address": "http.proxy.net",
|
|
"firefox.manual.http_proxy.port": "8080",
|
|
"firefox.manual.use_for_https": true,
|
|
"firefox.manual.socks_proxy.address": "http.proxy.net",
|
|
"firefox.manual.socks_proxy.port": "8080",
|
|
"firefox.manual.socks_proxy.version": "v5",
|
|
"firefox.no_proxy": [],
|
|
"firefox.prompt_authentication": true,
|
|
"firefox.proxy_dns_socks5": false,
|
|
"firefox.dns_over_https.enable_dns_over_https": false,
|
|
"foxyproxy.proxies.title": [
|
|
{
|
|
"foxyproxy.proxies.title": "My company",
|
|
"foxyproxy.proxies.type": "HTTP",
|
|
"foxyproxy.proxies.color": "#66cc66"
|
|
},
|
|
{
|
|
"foxyproxy.proxies.title": "An other company",
|
|
"foxyproxy.proxies.type": "SOCKS5",
|
|
"foxyproxy.proxies.color": "#cc66cc"
|
|
},
|
|
{
|
|
"foxyproxy.proxies.title": "WPAD",
|
|
"foxyproxy.proxies.type": "WPAD",
|
|
"foxyproxy.proxies.color": "#1166cc"
|
|
}
|
|
]
|
|
} |