diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-16 14:55:37 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-16 14:55:37 +0100 |
commit | 69e11e3ec87aa36e47100d4e9db02fdc039b5242 (patch) | |
tree | 221f5e2c6547788837b8bf223759031d637e0bcd /dillorc | |
parent | aba09fd14b3f8a4a665d4f045e1b666803a90321 (diff) | |
parent | adb3d5c87fae7196dbae6c35828434cdcd6227a4 (diff) |
merge with main
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -99,6 +99,15 @@ # search_url="http://www.alltheweb.com/search?cat=web&query=%s" #search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +# If set, dillo will ask web servers to send pages in this language. +# This setting does NOT change dillo's user interface. +# Format explained: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4 +# Language-REGION values: www.iana.org/assignments/language-subtag-registry +# (by default, no Accept-Language header is sent) +# http_language="de" +# http_language="pt-BR" +# http_language="vi,de-CH,de;q=0.5,th;q=0.3" + # Set the proxy information for http. # WARNING: - HTTPS does not currently use the proxy settings. # - FTP and downloads plugins use wget. To use a proxy with them, |