GNOME Bugzilla – Bug 316752
proxy support for flickr.com export
Last modified: 2006-05-01 19:37:15 UTC
f-spot should pick up Network Proxy settings from gnome and/or environment variables http_proxy/https_proxy.
yeah it should. The relavent ting to modify would be the FormClient class or the things that call it.
Created attachment 61409 [details] [review] proposed patch Patch, adds Request.Proxy = WebProxy.GetDefaultProxy(); to FormClient.cs
committed