diff options
author | corvid <devnull@localhost> | 2014-04-05 02:54:51 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-04-05 02:54:51 +0000 |
commit | 2af43530806691f4935ee3ed8872f79f44c8f2b9 (patch) | |
tree | 1ff748698d4785bca180d1c5a4a9a2381876e7ce /dillorc | |
parent | 0e0493e4aae7f77af0e5b8265e5ac05eb2f6a1ee (diff) |
dillorc, for http_language, give an example seen in default firefox rather than an arbitrary convoluted one
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # (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" +# http_language="en-US,en;q=0.5" # Maximum number of simultaneous TCP connections to a single server or proxy. # http_max_conns=6 |