Hi everyone!

In crashreporter there is the function to load HTTP Proxy settings[1], and I'm 
interested how to get SOCKS proxy params (adress, port) in right way?

Will it work if I just replace 'http' by 'socks' in:

host = gconf_client_get_string(conf, HTTP_PROXY_DIR "/host", nullptr);
port = gconf_client_get_int(conf, HTTP_PROXY_DIR "/port", nullptr);


[1] 
http://searchfox.org/mozilla-central/source/toolkit/crashreporter/client/crashreporter_gtk_common.cpp#114
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to