diff options
author | corvid <corvid@lavabit.com> | 2009-01-15 18:33:04 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-01-15 18:33:04 -0300 |
commit | adb3d5c87fae7196dbae6c35828434cdcd6227a4 (patch) | |
tree | 1ba7867b5528168a32a29f2479472134a1ef2764 /dillorc | |
parent | 7086220fd2282c25d0f966937c9ee1487b9008bd (diff) |
Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCss
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -97,6 +97,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, |