/schemas/system/http_proxy/use_http_proxy /system/http_proxy/use_http_proxy gnome-vfs bool false Use proxy settings when accessing http Enables the proxy settings when accessing http over the internet. /schemas/system/http_proxy/host /system/http_proxy/host gnome-vfs string Proxy host name The machine name to proxy http through. /schemas/system/http_proxy/port /system/http_proxy/port gnome-vfs int 8080 Proxy port The port on the machine defined by /system/http_proxy/host that you proxy through /schemas/system/http_proxy/use_authentication /system/http_proxy/use_authentication gnome-vfs bool false Authenticate connections to the proxy server If true, then connections to the proxy server require authentication. The username/password combo defined by /system/http_proxy/authentication_user and /system/http_proxy/authentication_password. /schemas/system/http_proxy/authentication_user /system/http_proxy/authentication_user gnome-vfs string http proxy username User name to pass as authentication when doing http proxying /schemas/system/http_proxy/authentication_password /system/http_proxy/authentication_password gnome-vfs string http proxy password Password to pass as authentication when doing http proxying /schemas/system/http_proxy/ignore_hosts /system/http_proxy/ignore_hosts gnome-vfs list string [localhost,127.0.0.0/8] Hosts are not contacted via the proxy This key contains a list of hosts which are connected to directly, rather than via the proxy (if it is active). The values can be hostnames, domains (using an initial wildcard like *.foo.com), IP host addresses (both IPv4 and IPv6) and network addresses with a netmask (something like 192.168.0.0/24).